#4B8A7B

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

Shades of Lochinvar #4B8A7B

Tints of Lochinvar #4B8A7B

Color information

#4B8A7B (or 0x4B8A7B) is unknown color: approx Lochinvar. HEX triplet: 4B, 8A and 7B. RGB value is (75,138,123). Sum of RGB (Red+Green+Blue) = 75+138+123=336 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.32% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8A7B is #B47584. Grayscale: #757575. Windows color (decimal): -11826565 or 8096331. OLE color: 8096331.

HSL color Cylindrical-coordinate representation of color #4B8A7B: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B8A7B is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB75138123-
CMYK0.4600.110.46
HSL165.71º29.58%41.76%-
HSV(B)165.71º45.65%54.12%-
XYZ15.5721.121.99-
YUV117.45131.1397.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.32%
GREEN value IS 138 (54.30% from 255) = 41.07%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=22.32%
G=41.07%
B=36.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal751381230.4600.110.46165.7129.5841.76
Hex4B8A7B2E0B2Ea61e2a
Octal11321217356013562463652
Binary1001011100010101111011101110010111011101010011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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