#4A998B

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

Shades of Lochinvar #4A998B

Tints of Lochinvar #4A998B

Color information

#4A998B (or 0x4A998B) is unknown color: approx Lochinvar. HEX triplet: 4A, 99 and 8B. RGB value is (74,153,139). Sum of RGB (Red+Green+Blue) = 74+153+139=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #4A998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A998B is #B56674. Grayscale: #7F7F7F. Windows color (decimal): -11888245 or 9148746. OLE color: 9148746.

HSL color Cylindrical-coordinate representation of color #4A998B: hue angle of 169.37º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A998B is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB74153139-
CMYK0.5200.090.4
HSL169.37º34.8%44.51%-
HSV(B)169.37º51.63%60%-
XYZ18.8826.128.47-
YUV127.78134.3389.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.22%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 139 (54.69% from 255) = 37.98%
R=20.22%
G=41.80%
B=37.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal741531390.5200.090.4169.3734.844.51
Hex4A998B340928a9232d
Octal11223121364011502514355
Binary100101010011001100010111101000100110100010101001100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,153,139); }

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

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

 a { background-color: rgb(74,153,139); }

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

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

 span { border-color: rgb(74,153,139); }

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