Html Css Color HEX #499ECC Picton Blue

📋 copy color: '#499ECC'

red 73 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #499ECC

Tints of Picton Blue #499ECC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.32%

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

R = 16.78%
G = 36.32%
B = 46.9%

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

#499ECC (or 0x499ECC) is known color: Picton Blue. HEX triplet: 49, 9E and CC. RGB value is (73,158,204). Sum of RGB (Red+Green+Blue) = 73+158+204=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #499ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ECC is #B66133. Grayscale: #898989. Windows color (decimal): -11952436 or 13409865. OLE color: 13409865.

HSL color Cylindrical-coordinate representation of color #499ECC: hue angle of 201.07º 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 #499ECC is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 158 204 -
CMYK 0.64 0.23 0 0.2
HSL 201.07º 0.56% 0.54% -
HSV(B) 201.07º 0.64% 0.8% -
XYZ 25.87 30.23 61.6 -
YUV 137.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 73 158 204 0.64 0.23 0 0.2 201.07 0.56 0.54
Hex 49 9E CC 40 17 0 14 C9 38 36
Octal 111 236 314 100 27 0 24 311 70 66
Binary 1001001 10011110 11001100 1000000 10111 0 10100 11001001 111000 110110

Color Harmonies of #499ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ECC

Black with #499ECC

Text Example


Text Example

White with #499ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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