Html Css Color HEX #499FEB Summer Sky

📋 copy color: '#499FEB'

red 73 ◦ green 159 ◦ blue 235

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

Shades of Summer Sky #499FEB

Tints of Summer Sky #499FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.05%

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 15.63%
G = 34.05%
B = 50.32%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#499FEB (or 0x499FEB) is known color: Summer Sky. HEX triplet: 49, 9F and EB. RGB value is (73,159,235). Sum of RGB (Red+Green+Blue) = 73+159+235=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #499FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FEB is #B66014. Grayscale: #8D8D8D. Windows color (decimal): -11952149 or 15441737. OLE color: 15441737.

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

Color convert

RGB 73 159 235 -
CMYK 0.69 0.32 0 0.08
HSL 208.15º 0.8% 0.6% -
HSV(B) 208.15º 0.69% 0.92% -
XYZ 30.14 32.21 83.23 -
YUV 141.95 180.51 78.82 -
System Red Green Blue C M Y K H S L
Decimal 73 159 235 0.69 0.32 0 0.08 208.15 0.8 0.6
Hex 49 9F EB 45 20 0 8 D0 50 3C
Octal 111 237 353 105 40 0 10 320 120 74
Binary 1001001 10011111 11101011 1000101 100000 0 1000 11010000 1010000 111100

Color Harmonies of #499FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FEB

Black with #499FEB

Text Example


Text Example

White with #499FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,235); }

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

background-color css

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

 a { background-color: rgb(73,159,235); }

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

border-color css

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

 span { border-color: rgb(73,159,235); }

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