Html Css Color HEX #499EE9 Picton Blue

📋 copy color: '#499EE9'

red 73 ◦ green 158 ◦ blue 233

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

Shades of Picton Blue #499EE9

Tints of Picton Blue #499EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 15.73%
G = 34.05%
B = 50.22%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#499EE9 (or 0x499EE9) is known color: Picton Blue. HEX triplet: 49, 9E and E9. RGB value is (73,158,233). Sum of RGB (Red+Green+Blue) = 73+158+233=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #499EE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EE9 is #B66116. Grayscale: #8C8C8C. Windows color (decimal): -11952407 or 15310409. OLE color: 15310409.

HSL color Cylindrical-coordinate representation of color #499EE9: hue angle of 208.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499EE9 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 158 233 -
CMYK 0.69 0.32 0 0.09
HSL 208.13º 0.78% 0.6% -
HSV(B) 208.13º 0.69% 0.91% -
XYZ 29.68 31.75 81.66 -
YUV 141.14 179.84 79.4 -
System Red Green Blue C M Y K H S L
Decimal 73 158 233 0.69 0.32 0 0.09 208.13 0.78 0.6
Hex 49 9E E9 45 20 0 9 D0 4E 3C
Octal 111 236 351 105 40 0 11 320 116 74
Binary 1001001 10011110 11101001 1000101 100000 0 1001 11010000 1001110 111100

Color Harmonies of #499EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EE9

Black with #499EE9

Text Example


Text Example

White with #499EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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