Html Css Color HEX #499DCB Picton Blue

📋 copy color: '#499DCB'

red 73 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #499DCB

Tints of Picton Blue #499DCB

RGB

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

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

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

R = 16.86%
G = 36.26%
B = 46.88%

CMYK

 C value IS 0.64

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#499DCB (or 0x499DCB) is known color: Picton Blue. HEX triplet: 49, 9D and CB. RGB value is (73,157,203). Sum of RGB (Red+Green+Blue) = 73+157+203=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #499DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DCB is #B66234. Grayscale: #888888. Windows color (decimal): -11952693 or 13344073. OLE color: 13344073.

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

Color convert

RGB 73 157 203 -
CMYK 0.64 0.23 0 0.20
HSL 201.23º 0.56% 0.54% -
HSV(B) 201.23º 0.64% 0.8% -
XYZ 25.58 29.84 60.91 -
YUV 137.13 165.17 82.26 -
System Red Green Blue C M Y K H S L
Decimal 73 157 203 0.64 0.23 0 0.20 201.23 0.56 0.54
Hex 49 9D CB 40 17 0 14 C9 38 36
Octal 111 235 313 100 27 0 24 311 70 66
Binary 1001001 10011101 11001011 1000000 10111 0 10100 11001001 111000 110110

Color Harmonies of #499DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DCB

Black with #499DCB

Text Example


Text Example

White with #499DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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