#4C9390

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

Shades of Blue Chill #4C9390

Tints of Blue Chill #4C9390

Color information

#4C9390 (or 0x4C9390) is unknown color: approx Blue Chill. HEX triplet: 4C, 93 and 90. RGB value is (76,147,144). Sum of RGB (Red+Green+Blue) = 76+147+144=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #4C9390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9390 is #B36C6F. Grayscale: #7D7D7D. Windows color (decimal): -11758704 or 9474892. OLE color: 9474892.

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

Color convert

RGB76147144-
CMYK0.4800.020.42
HSL177.46º31.84%43.73%-
HSV(B)177.46º48.3%57.65%-
XYZ18.4524.4230.13-
YUV125.43138.4892.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=20.71%
G=40.05%
B=39.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761471440.4800.020.42177.4631.8443.73
Hex4C939030022Ab1202c
Octal1142232206002522614054
Binary1001100100100111001000011000001010101010110001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,147,144); }

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

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

 a { background-color: rgb(76,147,144); }

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

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

 span { border-color: rgb(76,147,144); }

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