#4A947D

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

Shades of Lochinvar #4A947D

Tints of Lochinvar #4A947D

Color information

#4A947D (or 0x4A947D) is unknown color: approx Lochinvar. HEX triplet: 4A, 94 and 7D. RGB value is (74,148,125). Sum of RGB (Red+Green+Blue) = 74+148+125=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 148 (58.20% from 255 or 42.65% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 148 - color contains mainly: green. Hex color #4A947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A947D is #B56B82. Grayscale: #7B7B7B. Windows color (decimal): -11889539 or 8229962. OLE color: 8229962.

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

Color convert

RGB74148125-
CMYK0.5000.160.42
HSL161.35º33.33%43.53%-
HSV(B)161.35º50%58.04%-
XYZ17.1224.1223.15-
YUV123.25128.9892.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 148 (58.20% from 255) = 42.65%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=21.33%
G=42.65%
B=36.02%

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
Decimal741481250.5000.160.42161.3533.3343.53
Hex4A947D320102Aa1212c
Octal11222417562020522414154
Binary100101010010100111110111001001000010101010100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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