Html Css Color HEX #49918E Blue Chill

📋 copy color: '#49918E'

red 73 ◦ green 145 ◦ blue 142

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

Shades of Blue Chill #49918E

Tints of Blue Chill #49918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 20.28%
G = 40.28%
B = 39.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#49918E (or 0x49918E) is known color: Blue Chill. HEX triplet: 49, 91 and 8E. RGB value is (73,145,142). Sum of RGB (Red+Green+Blue) = 73+145+142=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 145 - color contains mainly: green. Hex color #49918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49918E is #B66E71. Grayscale: #7B7B7B. Windows color (decimal): -11955826 or 9343305. OLE color: 9343305.

HSL color Cylindrical-coordinate representation of color #49918E: hue angle of 177.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #49918E is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 145 142 -
CMYK 0.50 0 0.02 0.43
HSL 177.5º 0.33% 0.43% -
HSV(B) 177.5º 0.5% 0.57% -
XYZ 17.76 23.62 29.21 -
YUV 123.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 73 145 142 0.50 0 0.02 0.43 177.5 0.33 0.43
Hex 49 91 8E 32 0 2 2B B2 21 2B
Octal 111 221 216 62 0 2 53 262 41 53
Binary 1001001 10010001 10001110 110010 0 10 101011 10110010 100001 101011

Color Harmonies of #49918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49918E

Black with #49918E

Text Example


Text Example

White with #49918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49918E; }

 p { color: rgb(73,145,142); }

 H1.HeaderClassName
 {
   color: #49918E;
 }
 .AnyTagClassName
 {
   color: #49918E;
 }
</style>

background-color css

<style>
 a { background-color: #49918E; }

 a { background-color: rgb(73,145,142); }

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

border-color css

<style>
 span { border-color: #49918E; }

 span { border-color: rgb(73,145,142); }

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