#4A948C

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

Shades of Lochinvar #4A948C

Tints of Lochinvar #4A948C

Color information

#4A948C (or 0x4A948C) is unknown color: approx Lochinvar. HEX triplet: 4A, 94 and 8C. RGB value is (74,148,140). Sum of RGB (Red+Green+Blue) = 74+148+140=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 148 (58.20% from 255 or 40.88% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 148 - color contains mainly: green. Hex color #4A948C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A948C is #B56B73. Grayscale: #7C7C7C. Windows color (decimal): -11889524 or 9213002. OLE color: 9213002.

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

Color convert

RGB74148140-
CMYK0.5000.050.42
HSL173.51º33.33%43.53%-
HSV(B)173.51º50%58.04%-
XYZ18.1524.5328.59-
YUV124.96136.4891.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 148 (58.20% from 255) = 40.88%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=20.44%
G=40.88%
B=38.67%

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
Decimal741481400.5000.050.42173.5133.3343.53
Hex4A948C32052Aae212c
Octal1122242146205522564154
Binary10010101001010010001100110010010110101010101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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