Html Css Color HEX #499DC9 Picton Blue

📋 copy color: '#499DC9'

red 73 ◦ green 157 ◦ blue 201

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

Shades of Picton Blue #499DC9

Tints of Picton Blue #499DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 16.94%
G = 36.43%
B = 46.64%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#499DC9 (or 0x499DC9) is known color: Picton Blue. HEX triplet: 49, 9D and C9. RGB value is (73,157,201). Sum of RGB (Red+Green+Blue) = 73+157+201=431 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.94% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #499DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DC9 is #B66236. Grayscale: #888888. Windows color (decimal): -11952695 or 13213001. OLE color: 13213001.

HSL color Cylindrical-coordinate representation of color #499DC9: hue angle of 200.62º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #499DC9 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 157 201 -
CMYK 0.64 0.22 0 0.21
HSL 200.63º 0.54% 0.54% -
HSV(B) 200.63º 0.64% 0.79% -
XYZ 25.35 29.75 59.66 -
YUV 136.9 164.17 82.42 -
System Red Green Blue C M Y K H S L
Decimal 73 157 201 0.64 0.22 0 0.21 200.63 0.54 0.54
Hex 49 9D C9 40 16 0 15 C9 36 36
Octal 111 235 311 100 26 0 25 311 66 66
Binary 1001001 10011101 11001001 1000000 10110 0 10101 11001001 110110 110110

Color Harmonies of #499DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DC9

Black with #499DC9

Text Example


Text Example

White with #499DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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