Html Css Color HEX #49B1ED Summer Sky

📋 copy color: '#49B1ED'

red 73 ◦ green 177 ◦ blue 237

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

Shades of Summer Sky #49B1ED

Tints of Summer Sky #49B1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

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

R = 14.99%
G = 36.34%
B = 48.67%

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

#49B1ED (or 0x49B1ED) is known color: Summer Sky. HEX triplet: 49, B1 and ED. RGB value is (73,177,237). Sum of RGB (Red+Green+Blue) = 73+177+237=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #49B1ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B1ED is #B64E12. Grayscale: #989898. Windows color (decimal): -11947539 or 15577417. OLE color: 15577417.

HSL color Cylindrical-coordinate representation of color #49B1ED: hue angle of 201.95º 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 #49B1ED is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 177 237 -
CMYK 0.69 0.25 0 0.07
HSL 201.95º 0.82% 0.61% -
HSV(B) 201.95º 0.69% 0.93% -
XYZ 33.76 38.98 85.86 -
YUV 152.74 175.54 71.12 -
System Red Green Blue C M Y K H S L
Decimal 73 177 237 0.69 0.25 0 0.07 201.95 0.82 0.61
Hex 49 B1 ED 45 19 0 7 CA 52 3D
Octal 111 261 355 105 31 0 7 312 122 75
Binary 1001001 10110001 11101101 1000101 11001 0 111 11001010 1010010 111101

Color Harmonies of #49B1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B1ED

Black with #49B1ED

Text Example


Text Example

White with #49B1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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