#4B917B

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

Shades of Lochinvar #4B917B

Tints of Lochinvar #4B917B

Color information

#4B917B (or 0x4B917B) is unknown color: approx Lochinvar. HEX triplet: 4B, 91 and 7B. RGB value is (75,145,123). Sum of RGB (Red+Green+Blue) = 75+145+123=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #4B917B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B917B is #B46E84. Grayscale: #797979. Windows color (decimal): -11824773 or 8098123. OLE color: 8098123.

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

Color convert

RGB75145123-
CMYK0.4800.150.43
HSL161.14º31.82%43.14%-
HSV(B)161.14º48.28%56.86%-
XYZ16.623.1822.34-
YUV121.56128.8194.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.87%
GREEN value IS 145 (57.03% from 255) = 42.27%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=21.87%
G=42.27%
B=35.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751451230.4800.150.43161.1431.8243.14
Hex4B917B300F2Ba1202b
Octal11322117360017532414053
Binary10010111001000111110111100000111110101110100001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B917B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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