Html Css Color HEX #49A0EA Summer Sky

📋 copy color: '#49A0EA'

red 73 ◦ green 160 ◦ blue 234

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

Shades of Summer Sky #49A0EA

Tints of Summer Sky #49A0EA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.26%

 BLUE value IS 234 (91.8% from 255) = 50.11%

R = 15.63%
G = 34.26%
B = 50.11%

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

#49A0EA (or 0x49A0EA) is known color: Summer Sky. HEX triplet: 49, A0 and EA. RGB value is (73,160,234). Sum of RGB (Red+Green+Blue) = 73+160+234=467 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.63% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #49A0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A0EA is #B65F15. Grayscale: #8E8E8E. Windows color (decimal): -11951894 or 15376457. OLE color: 15376457.

HSL color Cylindrical-coordinate representation of color #49A0EA: hue angle of 207.58º degrees, saturation: 0.79, 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 #49A0EA is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 160 234 -
CMYK 0.69 0.32 0 0.08
HSL 207.58º 0.79% 0.6% -
HSV(B) 207.58º 0.69% 0.92% -
XYZ 30.17 32.5 82.52 -
YUV 142.42 179.68 78.48 -
System Red Green Blue C M Y K H S L
Decimal 73 160 234 0.69 0.32 0 0.08 207.58 0.79 0.6
Hex 49 A0 EA 45 20 0 8 D0 4F 3C
Octal 111 240 352 105 40 0 10 320 117 74
Binary 1001001 10100000 11101010 1000101 100000 0 1000 11010000 1001111 111100

Color Harmonies of #49A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A0EA

Black with #49A0EA

Text Example


Text Example

White with #49A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49A0EA; }

 p { color: rgb(73,160,234); }

 H1.HeaderClassName
 {
   color: #49A0EA;
 }
 .AnyTagClassName
 {
   color: #49A0EA;
 }
</style>

background-color css

<style>
 a { background-color: #49A0EA; }

 a { background-color: rgb(73,160,234); }

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

border-color css

<style>
 span { border-color: #49A0EA; }

 span { border-color: rgb(73,160,234); }

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