#4B957A

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

Shades of Lochinvar #4B957A

Tints of Lochinvar #4B957A

Color information

#4B957A (or 0x4B957A) is unknown color: approx Lochinvar. HEX triplet: 4B, 95 and 7A. RGB value is (75,149,122). Sum of RGB (Red+Green+Blue) = 75+149+122=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #4B957A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B957A is #B46A85. Grayscale: #7B7B7B. Windows color (decimal): -11823750 or 8033611. OLE color: 8033611.

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

Color convert

RGB75149122-
CMYK0.5000.180.42
HSL158.11º33.04%43.92%-
HSV(B)158.11º49.66%58.43%-
XYZ17.1624.422.22-
YUV123.8126.9893.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 149 (58.59% from 255) = 43.06%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=21.68%
G=43.06%
B=35.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal751491220.5000.180.42158.1133.0443.92
Hex4B957A320122A9e212c
Octal11322517262022522364154
Binary100101110010101111101011001001001010101010011110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,149,122); }

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

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

 a { background-color: rgb(75,149,122); }

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

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

 span { border-color: rgb(75,149,122); }

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