#4C9890

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

Shades of Lochinvar #4C9890

Tints of Lochinvar #4C9890

Color information

#4C9890 (or 0x4C9890) is unknown color: approx Lochinvar. HEX triplet: 4C, 98 and 90. RGB value is (76,152,144). Sum of RGB (Red+Green+Blue) = 76+152+144=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9890 is #B3676F. Grayscale: #808080. Windows color (decimal): -11757424 or 9476172. OLE color: 9476172.

HSL color Cylindrical-coordinate representation of color #4C9890: hue angle of 173.68º degrees, saturation: 0.33, 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 #4C9890 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.

Color convert

RGB76152144-
CMYK0.5000.050.40
HSL173.68º33.33%44.71%-
HSV(B)173.68º50%59.61%-
XYZ19.2426.0130.39-
YUV128.36136.8290.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 144 (56.64% from 255) = 38.71%
R=20.43%
G=40.86%
B=38.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521440.5000.050.40173.6833.3344.71
Hex4C9890320528ae212d
Octal1142302206205502564155
Binary10011001001100010010000110010010110100010101110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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