#4B9184

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

Shades of Lochinvar #4B9184

Tints of Lochinvar #4B9184

Color information

#4B9184 (or 0x4B9184) is unknown color: approx Lochinvar. HEX triplet: 4B, 91 and 84. RGB value is (75,145,132). Sum of RGB (Red+Green+Blue) = 75+145+132=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #4B9184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9184 is #B46E7B. Grayscale: #7A7A7A. Windows color (decimal): -11824764 or 8687947. OLE color: 8687947.

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

Color convert

RGB75145132-
CMYK0.4800.090.43
HSL168.86º31.82%43.14%-
HSV(B)168.86º48.28%56.86%-
XYZ17.1923.4125.44-
YUV122.59133.3194.06-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.31%
GREEN value IS 145 (57.03% from 255) = 41.19%
BLUE value IS 132 (51.95% from 255) = 37.5%
R=21.31%
G=41.19%
B=37.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751451320.4800.090.43168.8631.8243.14
Hex4B918430092Ba9202b
Octal11322120460011532514053
Binary100101110010001100001001100000100110101110101001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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