Html Css Color HEX #49ABE5 Summer Sky

📋 copy color: '#49ABE5'

red 73 ◦ green 171 ◦ blue 229

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

Shades of Summer Sky #49ABE5

Tints of Summer Sky #49ABE5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 15.43%
G = 36.15%
B = 48.41%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#49ABE5 (or 0x49ABE5) is known color: Summer Sky. HEX triplet: 49, AB and E5. RGB value is (73,171,229). Sum of RGB (Red+Green+Blue) = 73+171+229=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #49ABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABE5 is #B6541A. Grayscale: #939393. Windows color (decimal): -11949083 or 15051593. OLE color: 15051593.

HSL color Cylindrical-coordinate representation of color #49ABE5: hue angle of 202.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49ABE5 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 73 171 229 -
CMYK 0.68 0.25 0 0.10
HSL 202.31º 0.75% 0.59% -
HSV(B) 202.31º 0.68% 0.9% -
XYZ 31.45 36.2 79.46 -
YUV 148.31 173.53 74.28 -
System Red Green Blue C M Y K H S L
Decimal 73 171 229 0.68 0.25 0 0.10 202.31 0.75 0.59
Hex 49 AB E5 44 19 0 A CA 4B 3B
Octal 111 253 345 104 31 0 12 312 113 73
Binary 1001001 10101011 11100101 1000100 11001 0 1010 11001010 1001011 111011

Color Harmonies of #49ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABE5

Black with #49ABE5

Text Example


Text Example

White with #49ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,171,229); }

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

background-color css

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

 a { background-color: rgb(73,171,229); }

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

border-color css

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

 span { border-color: rgb(73,171,229); }

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