#4A9D8C

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

Shades of Lochinvar #4A9D8C

Tints of Lochinvar #4A9D8C

Color information

#4A9D8C (or 0x4A9D8C) is unknown color: approx Lochinvar. HEX triplet: 4A, 9D and 8C. RGB value is (74,157,140). Sum of RGB (Red+Green+Blue) = 74+157+140=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #4A9D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9D8C is #B56273. Grayscale: #828282. Windows color (decimal): -11887220 or 9215306. OLE color: 9215306.

HSL color Cylindrical-coordinate representation of color #4A9D8C: hue angle of 167.71º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4A9D8C is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB74157140-
CMYK0.5300.110.38
HSL167.71º35.93%45.29%-
HSV(B)167.71º52.87%61.57%-
XYZ19.6127.4629.08-
YUV130.24133.587.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.95%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=19.95%
G=42.32%
B=37.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal741571400.5300.110.38167.7135.9345.29
Hex4A9D8C350B26a8242d
Octal11223521465013462504455
Binary100101010011101100011001101010101110011010101000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,157,140); }

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

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

 a { background-color: rgb(74,157,140); }

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

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

 span { border-color: rgb(74,157,140); }

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