Html Css Color HEX #49A8DB Summer Sky

📋 copy color: '#49A8DB'

red 73 ◦ green 168 ◦ blue 219

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

Shades of Summer Sky #49A8DB

Tints of Summer Sky #49A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.52%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 15.87%
G = 36.52%
B = 47.61%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49A8DB (or 0x49A8DB) is known color: Summer Sky. HEX triplet: 49, A8 and DB. RGB value is (73,168,219). Sum of RGB (Red+Green+Blue) = 73+168+219=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #49A8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49A8DB is #B65724. Grayscale: #919191. Windows color (decimal): -11949861 or 14395465. OLE color: 14395465.

HSL color Cylindrical-coordinate representation of color #49A8DB: hue angle of 200.96º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49A8DB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 168 219 -
CMYK 0.67 0.23 0 0.14
HSL 200.96º 0.67% 0.57% -
HSV(B) 200.96º 0.67% 0.86% -
XYZ 29.54 34.54 72.13 -
YUV 145.41 169.53 76.35 -
System Red Green Blue C M Y K H S L
Decimal 73 168 219 0.67 0.23 0 0.14 200.96 0.67 0.57
Hex 49 A8 DB 43 17 0 E C9 43 39
Octal 111 250 333 103 27 0 16 311 103 71
Binary 1001001 10101000 11011011 1000011 10111 0 1110 11001001 1000011 111001

Color Harmonies of #49A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8DB

Black with #49A8DB

Text Example


Text Example

White with #49A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,219); }

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

background-color css

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

 a { background-color: rgb(73,168,219); }

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

border-color css

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

 span { border-color: rgb(73,168,219); }

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