#4B918B

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

Shades of Lochinvar #4B918B

Tints of Lochinvar #4B918B

Color information

#4B918B (or 0x4B918B) is unknown color: approx Lochinvar. HEX triplet: 4B, 91 and 8B. RGB value is (75,145,139). Sum of RGB (Red+Green+Blue) = 75+145+139=359 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.89% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #4B918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B918B is #B46E74. Grayscale: #7B7B7B. Windows color (decimal): -11824757 or 9146699. OLE color: 9146699.

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

Color convert

RGB75145139-
CMYK0.4800.040.43
HSL174.86º31.82%43.14%-
HSV(B)174.86º48.28%56.86%-
XYZ17.6923.6128.05-
YUV123.39136.8193.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.89%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=20.89%
G=40.39%
B=38.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal751451390.4800.040.43174.8631.8243.14
Hex4B918B30042Baf202b
Octal1132212136004532574053
Binary10010111001000110001011110000010010101110101111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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