#4A9684

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

Shades of Lochinvar #4A9684

Tints of Lochinvar #4A9684

Color information

#4A9684 (or 0x4A9684) is unknown color: approx Lochinvar. HEX triplet: 4A, 96 and 84. RGB value is (74,150,132). Sum of RGB (Red+Green+Blue) = 74+150+132=356 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.79% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A9684 is #B5697B. Grayscale: #7D7D7D. Windows color (decimal): -11889020 or 8689226. OLE color: 8689226.

HSL color Cylindrical-coordinate representation of color #4A9684: hue angle of 165.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9684 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB74150132-
CMYK0.5100.120.41
HSL165.79º33.93%43.92%-
HSV(B)165.79º50.67%58.82%-
XYZ17.924.9325.7-
YUV125.22131.8291.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.79%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=20.79%
G=42.13%
B=37.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal741501320.5100.120.41165.7933.9343.92
Hex4A9684330C29a6222c
Octal11222620463014512464254
Binary100101010010110100001001100110110010100110100110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,150,132); }

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

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

 a { background-color: rgb(74,150,132); }

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

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

 span { border-color: rgb(74,150,132); }

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