Html Css Color HEX #49B1F0 Summer Sky

📋 copy color: '#49B1F0'

red 73 ◦ green 177 ◦ blue 240

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

Shades of Summer Sky #49B1F0

Tints of Summer Sky #49B1F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 14.9%
G = 36.12%
B = 48.98%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49B1F0 (or 0x49B1F0) is known color: Summer Sky. HEX triplet: 49, B1 and F0. RGB value is (73,177,240). Sum of RGB (Red+Green+Blue) = 73+177+240=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #49B1F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B1F0 is #B64E0F. Grayscale: #989898. Windows color (decimal): -11947536 or 15774025. OLE color: 15774025.

HSL color Cylindrical-coordinate representation of color #49B1F0: hue angle of 202.63º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B1F0 is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 177 240 -
CMYK 0.70 0.26 0 0.06
HSL 202.63º 0.85% 0.61% -
HSV(B) 202.63º 0.7% 0.94% -
XYZ 34.2 39.15 88.19 -
YUV 153.09 177.04 70.88 -
System Red Green Blue C M Y K H S L
Decimal 73 177 240 0.70 0.26 0 0.06 202.63 0.85 0.61
Hex 49 B1 F0 46 1A 0 6 CB 55 3D
Octal 111 261 360 106 32 0 6 313 125 75
Binary 1001001 10110001 11110000 1000110 11010 0 110 11001011 1010101 111101

Color Harmonies of #49B1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B1F0

Black with #49B1F0

Text Example


Text Example

White with #49B1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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