#4A918E

Color #4A918E Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #4A918E

Tints of Blue Chill #4A918E

Color information

#4A918E (or 0x4A918E) is unknown color: approx Blue Chill. HEX triplet: 4A, 91 and 8E. RGB value is (74,145,142). Sum of RGB (Red+Green+Blue) = 74+145+142=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #4A918E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A918E is #B56E71. Grayscale: #7B7B7B. Windows color (decimal): -11890290 or 9343306. OLE color: 9343306.

HSL color Cylindrical-coordinate representation of color #4A918E: hue angle of 177.46º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A918E is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB74145142-
CMYK0.4900.020.43
HSL177.46º32.42%42.94%-
HSV(B)177.46º48.97%56.86%-
XYZ17.8323.6629.22-
YUV123.43138.4892.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.50%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 142 (55.86% from 255) = 39.34%
R=20.50%
G=40.17%
B=39.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal741451420.4900.020.43177.4632.4242.94
Hex4A918E31022Bb1202b
Octal1122212166102532614053
Binary1001010100100011000111011000101010101110110001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A918E; }

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

 H1.HeaderClassName
 {
   color: #4A918E;
 }
 .AnyTagClassName
 {
   color: #4A918E;
 }
</style>
background-color css

<style>
 a { background-color: #4A918E; }

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

 div.DivClassName
 {
   background-color: #4A918E;
 }
 .BgClassName
 {
   background-color: #4A918E;
 }
</style>
border-color css

<style>
 span { border-color: #4A918E; }

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

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