Html Css Color HEX #499DD0 Picton Blue

📋 copy color: '#499DD0'

red 73 ◦ green 157 ◦ blue 208

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

Shades of Picton Blue #499DD0

Tints of Picton Blue #499DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.49%

R = 16.67%
G = 35.84%
B = 47.49%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#499DD0 (or 0x499DD0) is known color: Picton Blue. HEX triplet: 49, 9D and D0. RGB value is (73,157,208). Sum of RGB (Red+Green+Blue) = 73+157+208=438 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.67% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #499DD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DD0 is #B6622F. Grayscale: #898989. Windows color (decimal): -11952688 or 13671753. OLE color: 13671753.

HSL color Cylindrical-coordinate representation of color #499DD0: hue angle of 202.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499DD0 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 157 208 -
CMYK 0.65 0.25 0 0.18
HSL 202.67º 0.59% 0.55% -
HSV(B) 202.67º 0.65% 0.82% -
XYZ 26.19 30.08 64.1 -
YUV 137.7 167.67 81.85 -
System Red Green Blue C M Y K H S L
Decimal 73 157 208 0.65 0.25 0 0.18 202.67 0.59 0.55
Hex 49 9D D0 41 19 0 12 CB 3B 37
Octal 111 235 320 101 31 0 22 313 73 67
Binary 1001001 10011101 11010000 1000001 11001 0 10010 11001011 111011 110111

Color Harmonies of #499DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DD0

Black with #499DD0

Text Example


Text Example

White with #499DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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