Html Css Color HEX #499DCC Picton Blue

📋 copy color: '#499DCC'

red 73 ◦ green 157 ◦ blue 204

#499DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #499DCC

Tints of Picton Blue #499DCC

RGB

 RED value IS 73 (28.91% from 255) = 16.82%

 GREEN value IS 157 (61.72% from 255) = 36.18%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 16.82%
G = 36.18%
B = 47%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#499DCC (or 0x499DCC) is known color: Picton Blue. HEX triplet: 49, 9D and CC. RGB value is (73,157,204). Sum of RGB (Red+Green+Blue) = 73+157+204=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #499DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DCC is #B66233. Grayscale: #888888. Windows color (decimal): -11952692 or 13409609. OLE color: 13409609.

HSL color Cylindrical-coordinate representation of color #499DCC: hue angle of 201.53º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499DCC is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 157 204 -
CMYK 0.64 0.23 0 0.2
HSL 201.53º 0.56% 0.54% -
HSV(B) 201.53º 0.64% 0.8% -
XYZ 25.7 29.89 61.54 -
YUV 137.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 73 157 204 0.64 0.23 0 0.2 201.53 0.56 0.54
Hex 49 9D CC 40 17 0 14 CA 38 36
Octal 111 235 314 100 27 0 24 312 70 66
Binary 1001001 10011101 11001100 1000000 10111 0 10100 11001010 111000 110110

Color Harmonies of #499DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DCC

Black with #499DCC

Text Example


Text Example

White with #499DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499DCC; }

 p { color: rgb(73,157,204); }

 H1.HeaderClassName
 {
   color: #499DCC;
 }
 .AnyTagClassName
 {
   color: #499DCC;
 }
</style>

background-color css

<style>
 a { background-color: #499DCC; }

 a { background-color: rgb(73,157,204); }

 div.DivClassName
 {
   background-color: #499DCC;
 }
 .BgClassName
 {
   background-color: #499DCC;
 }
</style>

border-color css

<style>
 span { border-color: #499DCC; }

 span { border-color: rgb(73,157,204); }

 td.TdClassName
 {
   border-color: #499DCC;
 }
 .TagClassName
 {
   border-color: #499DCC;
 }
</style>