#4C988B

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

Shades of Lochinvar #4C988B

Tints of Lochinvar #4C988B

Color information

#4C988B (or 0x4C988B) is unknown color: approx Lochinvar. HEX triplet: 4C, 98 and 8B. RGB value is (76,152,139). Sum of RGB (Red+Green+Blue) = 76+152+139=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #4C988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C988B is #B36774. Grayscale: #7F7F7F. Windows color (decimal): -11757429 or 9148492. OLE color: 9148492.

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

Color convert

RGB76152139-
CMYK0.5000.090.40
HSL169.74º33.33%44.71%-
HSV(B)169.74º50%59.61%-
XYZ18.8725.8628.42-
YUV127.79134.3291.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=20.71%
G=41.42%
B=37.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521390.5000.090.40169.7433.3344.71
Hex4C988B320928aa212d
Octal11423021362011502524155
Binary100110010011000100010111100100100110100010101010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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