Html Css Color HEX #49A3EB Summer Sky

📋 copy color: '#49A3EB'

red 73 ◦ green 163 ◦ blue 235

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

Shades of Summer Sky #49A3EB

Tints of Summer Sky #49A3EB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 15.5%
G = 34.61%
B = 49.89%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49A3EB (or 0x49A3EB) is known color: Summer Sky. HEX triplet: 49, A3 and EB. RGB value is (73,163,235). Sum of RGB (Red+Green+Blue) = 73+163+235=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #49A3EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A3EB is #B65C14. Grayscale: #8F8F8F. Windows color (decimal): -11951125 or 15442761. OLE color: 15442761.

HSL color Cylindrical-coordinate representation of color #49A3EB: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A3EB is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 163 235 -
CMYK 0.69 0.31 0 0.08
HSL 206.67º 0.8% 0.6% -
HSV(B) 206.67º 0.69% 0.92% -
XYZ 30.84 33.61 83.46 -
YUV 144.3 179.18 77.15 -
System Red Green Blue C M Y K H S L
Decimal 73 163 235 0.69 0.31 0 0.08 206.67 0.8 0.6
Hex 49 A3 EB 45 1F 0 8 CF 50 3C
Octal 111 243 353 105 37 0 10 317 120 74
Binary 1001001 10100011 11101011 1000101 11111 0 1000 11001111 1010000 111100

Color Harmonies of #49A3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A3EB

Black with #49A3EB

Text Example


Text Example

White with #49A3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,163,235); }

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

background-color css

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

 a { background-color: rgb(73,163,235); }

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

border-color css

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

 span { border-color: rgb(73,163,235); }

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