Html Css Color HEX #499DD6 Picton Blue

📋 copy color: '#499DD6'

red 73 ◦ green 157 ◦ blue 214

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

Shades of Picton Blue #499DD6

Tints of Picton Blue #499DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 16.44%
G = 35.36%
B = 48.2%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#499DD6 (or 0x499DD6) is known color: Picton Blue. HEX triplet: 49, 9D and D6. RGB value is (73,157,214). Sum of RGB (Red+Green+Blue) = 73+157+214=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #499DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499DD6 is #B66229. Grayscale: #8A8A8A. Windows color (decimal): -11952682 or 14064969. OLE color: 14064969.

HSL color Cylindrical-coordinate representation of color #499DD6: hue angle of 204.26º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499DD6 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 157 214 -
CMYK 0.66 0.27 0 0.16
HSL 204.26º 0.63% 0.56% -
HSV(B) 204.26º 0.66% 0.84% -
XYZ 26.94 30.39 68.06 -
YUV 138.38 170.67 81.37 -
System Red Green Blue C M Y K H S L
Decimal 73 157 214 0.66 0.27 0 0.16 204.26 0.63 0.56
Hex 49 9D D6 42 1B 0 10 CC 3F 38
Octal 111 235 326 102 33 0 20 314 77 70
Binary 1001001 10011101 11010110 1000010 11011 0 10000 11001100 111111 111000

Color Harmonies of #499DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DD6

Black with #499DD6

Text Example


Text Example

White with #499DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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