#4B887D

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

Shades of Lochinvar #4B887D

Tints of Lochinvar #4B887D

Color information

#4B887D (or 0x4B887D) is unknown color: approx Lochinvar. HEX triplet: 4B, 88 and 7D. RGB value is (75,136,125). Sum of RGB (Red+Green+Blue) = 75+136+125=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #4B887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B887D is #B47782. Grayscale: #747474. Windows color (decimal): -11827075 or 8226891. OLE color: 8226891.

HSL color Cylindrical-coordinate representation of color #4B887D: hue angle of 169.18º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B887D is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB75136125-
CMYK0.4500.080.47
HSL169.18º28.91%41.37%-
HSV(B)169.18º44.85%53.33%-
XYZ15.4120.5822.56-
YUV116.51132.7998.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=22.32%
G=40.48%
B=37.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751361250.4500.080.47169.1828.9141.37
Hex4B887D2D082Fa91d29
Octal11321017555010572513551
Binary1001011100010001111101101101010001011111010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,136,125); }

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

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

 a { background-color: rgb(75,136,125); }

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

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

 span { border-color: rgb(75,136,125); }

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