#4A877B

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

Shades of Lochinvar #4A877B

Tints of Lochinvar #4A877B

Color information

#4A877B (or 0x4A877B) is unknown color: approx Lochinvar. HEX triplet: 4A, 87 and 7B. RGB value is (74,135,123). Sum of RGB (Red+Green+Blue) = 74+135+123=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #4A877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A877B is #B57884. Grayscale: #737373. Windows color (decimal): -11892869 or 8095562. OLE color: 8095562.

HSL color Cylindrical-coordinate representation of color #4A877B: hue angle of 168.2º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A877B is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB74135123-
CMYK0.4500.090.47
HSL168.2º29.19%40.98%-
HSV(B)168.2º45.19%52.94%-
XYZ15.0620.2121.85-
YUV115.39132.2998.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=22.29%
G=40.66%
B=37.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal741351230.4500.090.47168.229.1940.98
Hex4A877B2D092Fa81d29
Octal11220717355011572503551
Binary1001010100001111111011101101010011011111010100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,135,123); }

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

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

 a { background-color: rgb(74,135,123); }

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

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

 span { border-color: rgb(74,135,123); }

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