#4B9188

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

Shades of Lochinvar #4B9188

Tints of Lochinvar #4B9188

Color information

#4B9188 (or 0x4B9188) is unknown color: approx Lochinvar. HEX triplet: 4B, 91 and 88. RGB value is (75,145,136). Sum of RGB (Red+Green+Blue) = 75+145+136=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9188 is #B46E77. Grayscale: #7B7B7B. Windows color (decimal): -11824760 or 8950091. OLE color: 8950091.

HSL color Cylindrical-coordinate representation of color #4B9188: hue angle of 172.29º 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 #4B9188 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB75145136-
CMYK0.4800.060.43
HSL172.29º31.82%43.14%-
HSV(B)172.29º48.28%56.86%-
XYZ17.4723.5226.91-
YUV123.04135.3193.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 145 (57.03% from 255) = 40.73%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=21.07%
G=40.73%
B=38.20%

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
Decimal751451360.4800.060.43172.2931.8243.14
Hex4B918830062Bac202b
Octal1132212106006532544053
Binary10010111001000110001000110000011010101110101100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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