#4A957D

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

Shades of Lochinvar #4A957D

Tints of Lochinvar #4A957D

Color information

#4A957D (or 0x4A957D) is unknown color: approx Lochinvar. HEX triplet: 4A, 95 and 7D. RGB value is (74,149,125). Sum of RGB (Red+Green+Blue) = 74+149+125=348 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.26% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #4A957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A957D is #B56A82. Grayscale: #7B7B7B. Windows color (decimal): -11889283 or 8230218. OLE color: 8230218.

HSL color Cylindrical-coordinate representation of color #4A957D: hue angle of 160.8º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A957D is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB74149125-
CMYK0.5000.160.42
HSL160.8º33.63%43.73%-
HSV(B)160.8º50.34%58.43%-
XYZ17.2724.4323.21-
YUV123.84128.6592.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.26%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=21.26%
G=42.82%
B=35.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491250.5000.160.42160.833.6343.73
Hex4A957D320102Aa1222c
Octal11222517562020522414254
Binary100101010010101111110111001001000010101010100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A957D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,125); }

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

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

 a { background-color: rgb(74,149,125); }

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

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

 span { border-color: rgb(74,149,125); }

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