#4C9989

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

Shades of Lochinvar #4C9989

Tints of Lochinvar #4C9989

Color information

#4C9989 (or 0x4C9989) is unknown color: approx Lochinvar. HEX triplet: 4C, 99 and 89. RGB value is (76,153,137). Sum of RGB (Red+Green+Blue) = 76+153+137=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #4C9989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9989 is #B36676. Grayscale: #808080. Windows color (decimal): -11757175 or 9017676. OLE color: 9017676.

HSL color Cylindrical-coordinate representation of color #4C9989: hue angle of 167.53º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C9989 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB76153137-
CMYK0.5000.100.4
HSL167.53º33.62%44.9%-
HSV(B)167.53º50.33%60%-
XYZ18.8926.1327.71-
YUV128.15132.9990.8-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=20.77%
G=41.80%
B=37.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal761531370.5000.100.4167.5333.6244.9
Hex4C9989320A28a8222d
Octal11423121162012502504255
Binary100110010011001100010011100100101010100010101000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,137); }

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

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

 a { background-color: rgb(76,153,137); }

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

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

 span { border-color: rgb(76,153,137); }

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