#4B8E84

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

Shades of Lochinvar #4B8E84

Tints of Lochinvar #4B8E84

Color information

#4B8E84 (or 0x4B8E84) is unknown color: approx Lochinvar. HEX triplet: 4B, 8E and 84. RGB value is (75,142,132). Sum of RGB (Red+Green+Blue) = 75+142+132=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 142 (55.86% from 255 or 40.69% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 142 - color contains mainly: green. Hex color #4B8E84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8E84 is #B4717B. Grayscale: #787878. Windows color (decimal): -11825532 or 8687179. OLE color: 8687179.

HSL color Cylindrical-coordinate representation of color #4B8E84: hue angle of 171.04º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8E84 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB75142132-
CMYK0.4700.070.44
HSL171.04º30.88%42.55%-
HSV(B)171.04º47.18%55.69%-
XYZ16.7422.5125.29-
YUV120.83134.395.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 142 (55.86% from 255) = 40.69%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=21.49%
G=40.69%
B=37.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751421320.4700.070.44171.0430.8842.55
Hex4B8E842F072Cab1f2b
Octal1132162045707542533753
Binary1001011100011101000010010111101111011001010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,142,132); }

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

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

 a { background-color: rgb(75,142,132); }

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

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

 span { border-color: rgb(75,142,132); }

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