Html Css Color HEX #499CCE Picton Blue

📋 copy color: '#499CCE'

red 73 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #499CCE

Tints of Picton Blue #499CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 16.78%
G = 35.86%
B = 47.36%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#499CCE (or 0x499CCE) is known color: Picton Blue. HEX triplet: 49, 9C and CE. RGB value is (73,156,206). Sum of RGB (Red+Green+Blue) = 73+156+206=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #499CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499CCE is #B66331. Grayscale: #888888. Windows color (decimal): -11952946 or 13540425. OLE color: 13540425.

HSL color Cylindrical-coordinate representation of color #499CCE: hue angle of 202.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499CCE is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 156 206 -
CMYK 0.65 0.24 0 0.19
HSL 202.56º 0.58% 0.55% -
HSV(B) 202.56º 0.65% 0.81% -
XYZ 25.78 29.65 62.76 -
YUV 136.88 167 82.43 -
System Red Green Blue C M Y K H S L
Decimal 73 156 206 0.65 0.24 0 0.19 202.56 0.58 0.55
Hex 49 9C CE 41 18 0 13 CB 3A 37
Octal 111 234 316 101 30 0 23 313 72 67
Binary 1001001 10011100 11001110 1000001 11000 0 10011 11001011 111010 110111

Color Harmonies of #499CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CCE

Black with #499CCE

Text Example


Text Example

White with #499CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,156,206); }

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

background-color css

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

 a { background-color: rgb(73,156,206); }

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

border-color css

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

 span { border-color: rgb(73,156,206); }

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