#4B9189

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

Shades of Lochinvar #4B9189

Tints of Lochinvar #4B9189

Color information

#4B9189 (or 0x4B9189) is unknown color: approx Lochinvar. HEX triplet: 4B, 91 and 89. RGB value is (75,145,137). Sum of RGB (Red+Green+Blue) = 75+145+137=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9189 is #B46E76. Grayscale: #7B7B7B. Windows color (decimal): -11824759 or 9015627. OLE color: 9015627.

HSL color Cylindrical-coordinate representation of color #4B9189: hue angle of 173.14º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B9189 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB75145137-
CMYK0.4800.060.43
HSL173.14º31.82%43.14%-
HSV(B)173.14º48.28%56.86%-
XYZ17.5423.5527.29-
YUV123.16135.8193.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=21.01%
G=40.62%
B=38.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751451370.4800.060.43173.1431.8243.14
Hex4B918930062Bad202b
Octal1132212116006532554053
Binary10010111001000110001001110000011010101110101101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,145,137); }

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

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

 a { background-color: rgb(75,145,137); }

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

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

 span { border-color: rgb(75,145,137); }

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