#4B8678

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

Shades of Lochinvar #4B8678

Tints of Lochinvar #4B8678

Color information

#4B8678 (or 0x4B8678) is unknown color: approx Lochinvar. HEX triplet: 4B, 86 and 78. RGB value is (75,134,120). Sum of RGB (Red+Green+Blue) = 75+134+120=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B8678 is #B47987. Grayscale: #727272. Windows color (decimal): -11827592 or 7898699. OLE color: 7898699.

HSL color Cylindrical-coordinate representation of color #4B8678: hue angle of 165.76º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B8678 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB75134120-
CMYK0.4400.100.47
HSL165.76º28.23%40.98%-
HSV(B)165.76º44.03%52.55%-
XYZ14.8219.920.83-
YUV114.76130.9599.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.80%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=22.80%
G=40.73%
B=36.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal751341200.4400.100.47165.7628.2340.98
Hex4B86782C0A2Fa61c29
Octal11320617054012572463451
Binary1001011100001101111000101100010101011111010011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,134,120); }

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

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

 a { background-color: rgb(75,134,120); }

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

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

 span { border-color: rgb(75,134,120); }

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