Html Css Color HEX #49B2ED Summer Sky

📋 copy color: '#49B2ED'

red 73 ◦ green 178 ◦ blue 237

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

Shades of Summer Sky #49B2ED

Tints of Summer Sky #49B2ED

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.48%

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 14.96%
G = 36.48%
B = 48.57%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49B2ED (or 0x49B2ED) is known color: Summer Sky. HEX triplet: 49, B2 and ED. RGB value is (73,178,237). Sum of RGB (Red+Green+Blue) = 73+178+237=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #49B2ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B2ED is #B64D12. Grayscale: #989898. Windows color (decimal): -11947283 or 15577673. OLE color: 15577673.

HSL color Cylindrical-coordinate representation of color #49B2ED: hue angle of 201.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B2ED is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 178 237 -
CMYK 0.69 0.25 0 0.07
HSL 201.59º 0.82% 0.61% -
HSV(B) 201.59º 0.69% 0.93% -
XYZ 33.95 39.37 85.93 -
YUV 153.33 175.21 70.7 -
System Red Green Blue C M Y K H S L
Decimal 73 178 237 0.69 0.25 0 0.07 201.59 0.82 0.61
Hex 49 B2 ED 45 19 0 7 CA 52 3D
Octal 111 262 355 105 31 0 7 312 122 75
Binary 1001001 10110010 11101101 1000101 11001 0 111 11001010 1010010 111101

Color Harmonies of #49B2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B2ED

Black with #49B2ED

Text Example


Text Example

White with #49B2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,237); }

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

background-color css

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

 a { background-color: rgb(73,178,237); }

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

border-color css

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

 span { border-color: rgb(73,178,237); }

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