Html Css Color HEX #499FCE Picton Blue

📋 copy color: '#499FCE'

red 73 ◦ green 159 ◦ blue 206

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

Shades of Picton Blue #499FCE

Tints of Picton Blue #499FCE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.3%

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

R = 16.67%
G = 36.3%
B = 47.03%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#499FCE (or 0x499FCE) is known color: Picton Blue. HEX triplet: 49, 9F and CE. RGB value is (73,159,206). Sum of RGB (Red+Green+Blue) = 73+159+206=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #499FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCE is #B66031. Grayscale: #8A8A8A. Windows color (decimal): -11952178 or 13541193. OLE color: 13541193.

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

Color convert

RGB 73 159 206 -
CMYK 0.65 0.23 0 0.19
HSL 201.2º 0.58% 0.55% -
HSV(B) 201.2º 0.65% 0.81% -
XYZ 26.29 30.67 62.93 -
YUV 138.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 73 159 206 0.65 0.23 0 0.19 201.2 0.58 0.55
Hex 49 9F CE 41 17 0 13 C9 3A 37
Octal 111 237 316 101 27 0 23 311 72 67
Binary 1001001 10011111 11001110 1000001 10111 0 10011 11001001 111010 110111

Color Harmonies of #499FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FCE

Black with #499FCE

Text Example


Text Example

White with #499FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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