Html Css Color HEX #49BAE3 Summer Sky

📋 copy color: '#49BAE3'

red 73 ◦ green 186 ◦ blue 227

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

Shades of Summer Sky #49BAE3

Tints of Summer Sky #49BAE3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 227 (89.06% from 255) = 46.71%

R = 15.02%
G = 38.27%
B = 46.71%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#49BAE3 (or 0x49BAE3) is known color: Summer Sky. HEX triplet: 49, BA and E3. RGB value is (73,186,227). Sum of RGB (Red+Green+Blue) = 73+186+227=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #49BAE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BAE3 is #B6451C. Grayscale: #9C9C9C. Windows color (decimal): -11945245 or 14924361. OLE color: 14924361.

HSL color Cylindrical-coordinate representation of color #49BAE3: hue angle of 195.97º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49BAE3 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 186 227 -
CMYK 0.68 0.18 0 0.11
HSL 195.97º 0.73% 0.59% -
HSV(B) 195.97º 0.68% 0.89% -
XYZ 34.17 42.08 78.99 -
YUV 156.89 167.56 68.17 -
System Red Green Blue C M Y K H S L
Decimal 73 186 227 0.68 0.18 0 0.11 195.97 0.73 0.59
Hex 49 BA E3 44 12 0 B C4 49 3B
Octal 111 272 343 104 22 0 13 304 111 73
Binary 1001001 10111010 11100011 1000100 10010 0 1011 11000100 1001001 111011

Color Harmonies of #49BAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BAE3

Black with #49BAE3

Text Example


Text Example

White with #49BAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,227); }

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

background-color css

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

 a { background-color: rgb(73,186,227); }

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

border-color css

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

 span { border-color: rgb(73,186,227); }

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