#4C8C83

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

Shades of Lochinvar #4C8C83

Tints of Lochinvar #4C8C83

Color information

#4C8C83 (or 0x4C8C83) is unknown color: approx Lochinvar. HEX triplet: 4C, 8C and 83. RGB value is (76,140,131). Sum of RGB (Red+Green+Blue) = 76+140+131=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 140 - color contains mainly: green. Hex color #4C8C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8C83 is #B3737C. Grayscale: #777777. Windows color (decimal): -11760509 or 8621132. OLE color: 8621132.

HSL color Cylindrical-coordinate representation of color #4C8C83: hue angle of 171.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8C83 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB76140131-
CMYK0.4600.060.45
HSL171.56º29.63%42.35%-
HSV(B)171.56º45.71%54.9%-
XYZ16.4621.9324.84-
YUV119.84134.396.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 140 (55.08% from 255) = 40.35%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=21.90%
G=40.35%
B=37.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761401310.4600.060.45171.5629.6342.35
Hex4C8C832E062Dac1e2a
Octal1142142035606552543652
Binary1001100100011001000001110111001101011011010110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,140,131); }

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

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

 a { background-color: rgb(76,140,131); }

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

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

 span { border-color: rgb(76,140,131); }

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