Html Css Color HEX #49B9F1 Summer Sky

📋 copy color: '#49B9F1'

red 73 ◦ green 185 ◦ blue 241

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

Shades of Summer Sky #49B9F1

Tints of Summer Sky #49B9F1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 241 (94.53% from 255) = 48.3%

R = 14.63%
G = 37.07%
B = 48.3%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49B9F1 (or 0x49B9F1) is known color: Summer Sky. HEX triplet: 49, B9 and F1. RGB value is (73,185,241). Sum of RGB (Red+Green+Blue) = 73+185+241=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #49B9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9F1 is #B6460E. Grayscale: #9D9D9D. Windows color (decimal): -11945487 or 15841609. OLE color: 15841609.

HSL color Cylindrical-coordinate representation of color #49B9F1: hue angle of 200º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49B9F1 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 185 241 -
CMYK 0.70 0.23 0 0.05
HSL 200º 0.86% 0.62% -
HSV(B) 200º 0.7% 0.95% -
XYZ 35.97 42.47 89.52 -
YUV 157.9 174.89 67.45 -
System Red Green Blue C M Y K H S L
Decimal 73 185 241 0.70 0.23 0 0.05 200 0.86 0.62
Hex 49 B9 F1 46 17 0 5 C8 56 3E
Octal 111 271 361 106 27 0 5 310 126 76
Binary 1001001 10111001 11110001 1000110 10111 0 101 11001000 1010110 111110

Color Harmonies of #49B9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B9F1

Black with #49B9F1

Text Example


Text Example

White with #49B9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,241); }

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

background-color css

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

 a { background-color: rgb(73,185,241); }

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

border-color css

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

 span { border-color: rgb(73,185,241); }

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