#4A948A

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

Shades of Lochinvar #4A948A

Tints of Lochinvar #4A948A

Color information

#4A948A (or 0x4A948A) is unknown color: approx Lochinvar. HEX triplet: 4A, 94 and 8A. RGB value is (74,148,138). Sum of RGB (Red+Green+Blue) = 74+148+138=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 148 - color contains mainly: green. Hex color #4A948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A948A is #B56B75. Grayscale: #7C7C7C. Windows color (decimal): -11889526 or 9081930. OLE color: 9081930.

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

Color convert

RGB74148138-
CMYK0.5000.070.42
HSL171.89º33.33%43.53%-
HSV(B)171.89º50%58.04%-
XYZ1824.4727.82-
YUV124.73135.4891.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 148 (58.20% from 255) = 41.11%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=20.56%
G=41.11%
B=38.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741481380.5000.070.42171.8933.3343.53
Hex4A948A32072Aac212c
Octal1122242126207522544154
Binary10010101001010010001010110010011110101010101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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