Html Css Color HEX #499ED8 Picton Blue

📋 copy color: '#499ED8'

red 73 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #499ED8

Tints of Picton Blue #499ED8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

 BLUE value IS 216 (84.77% from 255) = 48.32%

R = 16.33%
G = 35.35%
B = 48.32%

CMYK

 C value IS 0.66

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#499ED8 (or 0x499ED8) is known color: Picton Blue. HEX triplet: 49, 9E and D8. RGB value is (73,158,216). Sum of RGB (Red+Green+Blue) = 73+158+216=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #499ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ED8 is #B66127. Grayscale: #8A8A8A. Windows color (decimal): -11952424 or 14196297. OLE color: 14196297.

HSL color Cylindrical-coordinate representation of color #499ED8: hue angle of 204.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499ED8 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 158 216 -
CMYK 0.66 0.27 0 0.15
HSL 204.34º 0.65% 0.57% -
HSV(B) 204.34º 0.66% 0.85% -
XYZ 27.37 30.83 69.47 -
YUV 139.2 171.34 80.78 -
System Red Green Blue C M Y K H S L
Decimal 73 158 216 0.66 0.27 0 0.15 204.34 0.65 0.57
Hex 49 9E D8 42 1B 0 F CC 41 39
Octal 111 236 330 102 33 0 17 314 101 71
Binary 1001001 10011110 11011000 1000010 11011 0 1111 11001100 1000001 111001

Color Harmonies of #499ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499ED8

Black with #499ED8

Text Example


Text Example

White with #499ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,158,216); }

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

background-color css

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

 a { background-color: rgb(73,158,216); }

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

border-color css

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

 span { border-color: rgb(73,158,216); }

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