Html Css Color HEX #49B4DA Summer Sky

📋 copy color: '#49B4DA'

red 73 ◦ green 180 ◦ blue 218

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

Shades of Summer Sky #49B4DA

Tints of Summer Sky #49B4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.22%

 BLUE value IS 218 (85.55% from 255) = 46.28%

R = 15.5%
G = 38.22%
B = 46.28%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#49B4DA (or 0x49B4DA) is known color: Summer Sky. HEX triplet: 49, B4 and DA. RGB value is (73,180,218). Sum of RGB (Red+Green+Blue) = 73+180+218=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #49B4DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B4DA is #B64B25. Grayscale: #989898. Windows color (decimal): -11946790 or 14333001. OLE color: 14333001.

HSL color Cylindrical-coordinate representation of color #49B4DA: hue angle of 195.72º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49B4DA is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 180 218 -
CMYK 0.67 0.17 0 0.15
HSL 195.72º 0.66% 0.57% -
HSV(B) 195.72º 0.67% 0.85% -
XYZ 31.72 39.12 72.21 -
YUV 152.34 165.05 71.41 -
System Red Green Blue C M Y K H S L
Decimal 73 180 218 0.67 0.17 0 0.15 195.72 0.66 0.57
Hex 49 B4 DA 43 11 0 F C4 42 39
Octal 111 264 332 103 21 0 17 304 102 71
Binary 1001001 10110100 11011010 1000011 10001 0 1111 11000100 1000010 111001

Color Harmonies of #49B4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B4DA

Black with #49B4DA

Text Example


Text Example

White with #49B4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,180,218); }

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

background-color css

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

 a { background-color: rgb(73,180,218); }

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

border-color css

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

 span { border-color: rgb(73,180,218); }

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