Html Css Color HEX #49B2FF Summer Sky

📋 copy color: '#49B2FF'

red 73 ◦ green 178 ◦ blue 255

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

Shades of Summer Sky #49B2FF

Tints of Summer Sky #49B2FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 14.43%
G = 35.18%
B = 50.4%

CMYK

 C value IS 0.71

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49B2FF (or 0x49B2FF) is known color: Summer Sky. HEX triplet: 49, B2 and FF. RGB value is (73,178,255). Sum of RGB (Red+Green+Blue) = 73+178+255=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #49B2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49B2FF is #B64D00. Grayscale: #9A9A9A. Windows color (decimal): -11947265 or 16757321. OLE color: 16757321.

HSL color Cylindrical-coordinate representation of color #49B2FF: hue angle of 205.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49B2FF is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 178 255 -
CMYK 0.71 0.30 0 0
HSL 205.38º 1% 0.64% -
HSV(B) 205.38º 0.71% 1% -
XYZ 36.72 40.48 100.49 -
YUV 155.38 184.21 69.24 -
System Red Green Blue C M Y K H S L
Decimal 73 178 255 0.71 0.30 0 0 205.38 1 0.64
Hex 49 B2 FF 47 1E 0 0 CD 64 40
Octal 111 262 377 107 36 0 0 315 144 100
Binary 1001001 10110010 11111111 1000111 11110 0 0 11001101 1100100 1000000

Color Harmonies of #49B2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B2FF

Black with #49B2FF

Text Example


Text Example

White with #49B2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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