#4A958E

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

Shades of Lochinvar #4A958E

Tints of Lochinvar #4A958E

Color information

#4A958E (or 0x4A958E) is unknown color: approx Lochinvar. HEX triplet: 4A, 95 and 8E. RGB value is (74,149,142). Sum of RGB (Red+Green+Blue) = 74+149+142=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #4A958E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A958E is #B56A71. Grayscale: #7D7D7D. Windows color (decimal): -11889266 or 9344330. OLE color: 9344330.

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

Color convert

RGB74149142-
CMYK0.5000.050.42
HSL174.4º33.63%43.73%-
HSV(B)174.4º50.34%58.43%-
XYZ18.4524.929.43-
YUV125.78137.1591.07-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=20.27%
G=40.82%
B=38.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741491420.5000.050.42174.433.6343.73
Hex4A958E32052Aae222c
Octal1122252166205522564254
Binary10010101001010110001110110010010110101010101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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