Html Css Color HEX #499FCB Picton Blue

📋 copy color: '#499FCB'

red 73 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #499FCB

Tints of Picton Blue #499FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 16.78%
G = 36.55%
B = 46.67%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#499FCB (or 0x499FCB) is known color: Picton Blue. HEX triplet: 49, 9F and CB. RGB value is (73,159,203). Sum of RGB (Red+Green+Blue) = 73+159+203=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #499FCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FCB is #B66034. Grayscale: #8A8A8A. Windows color (decimal): -11952181 or 13344585. OLE color: 13344585.

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

Color convert

RGB 73 159 203 -
CMYK 0.64 0.22 0 0.20
HSL 200.31º 0.56% 0.54% -
HSV(B) 200.31º 0.64% 0.8% -
XYZ 25.93 30.52 61.03 -
YUV 138.3 164.51 81.42 -
System Red Green Blue C M Y K H S L
Decimal 73 159 203 0.64 0.22 0 0.20 200.31 0.56 0.54
Hex 49 9F CB 40 16 0 14 C8 38 36
Octal 111 237 313 100 26 0 24 310 70 66
Binary 1001001 10011111 11001011 1000000 10110 0 10100 11001000 111000 110110

Color Harmonies of #499FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FCB

Black with #499FCB

Text Example


Text Example

White with #499FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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