#4B8D8A

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

Shades of Lochinvar #4B8D8A

Tints of Lochinvar #4B8D8A

Color information

#4B8D8A (or 0x4B8D8A) is unknown color: approx Lochinvar. HEX triplet: 4B, 8D and 8A. RGB value is (75,141,138). Sum of RGB (Red+Green+Blue) = 75+141+138=354 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.19% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #4B8D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8D8A is #B47275. Grayscale: #787878. Windows color (decimal): -11825782 or 9080139. OLE color: 9080139.

HSL color Cylindrical-coordinate representation of color #4B8D8A: hue angle of 177.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B8D8A is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB75141138-
CMYK0.4700.020.45
HSL177.27º30.56%42.35%-
HSV(B)177.27º46.81%55.29%-
XYZ17.0122.3827.47-
YUV120.92137.6395.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.19%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=21.19%
G=39.83%
B=38.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751411380.4700.020.45177.2730.5642.35
Hex4B8D8A2F022Db11f2a
Octal1132152125702552613752
Binary100101110001101100010101011110101011011011000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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