#4A957B

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

Shades of Lochinvar #4A957B

Tints of Lochinvar #4A957B

Color information

#4A957B (or 0x4A957B) is unknown color: approx Lochinvar. HEX triplet: 4A, 95 and 7B. RGB value is (74,149,123). Sum of RGB (Red+Green+Blue) = 74+149+123=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #4A957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A957B is #B56A84. Grayscale: #7B7B7B. Windows color (decimal): -11889285 or 8099146. OLE color: 8099146.

HSL color Cylindrical-coordinate representation of color #4A957B: hue angle of 159.2º 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 #4A957B is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB74149123-
CMYK0.5000.170.42
HSL159.2º33.63%43.73%-
HSV(B)159.2º50.34%58.43%-
XYZ17.1524.3822.54-
YUV123.61127.6592.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.39%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 123 (48.44% from 255) = 35.55%
R=21.39%
G=43.06%
B=35.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491230.5000.170.42159.233.6343.73
Hex4A957B320112A9f222c
Octal11222517362021522374254
Binary100101010010101111101111001001000110101010011111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A957B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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