#4B9A7F

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

Shades of Lochinvar #4B9A7F

Tints of Lochinvar #4B9A7F

Color information

#4B9A7F (or 0x4B9A7F) is unknown color: approx Lochinvar. HEX triplet: 4B, 9A and 7F. RGB value is (75,154,127). Sum of RGB (Red+Green+Blue) = 75+154+127=356 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.07% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 154 - color contains mainly: green. Hex color #4B9A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9A7F is #B46580. Grayscale: #7F7F7F. Windows color (decimal): -11822465 or 8362571. OLE color: 8362571.

HSL color Cylindrical-coordinate representation of color #4B9A7F: hue angle of 159.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B9A7F is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB75154127-
CMYK0.5100.180.40
HSL159.49º34.5%44.9%-
HSV(B)159.49º51.3%60.39%-
XYZ18.2926.1424.16-
YUV127.3127.8390.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.07%
GREEN value IS 154 (60.55% from 255) = 43.26%
BLUE value IS 127 (50% from 255) = 35.67%
R=21.07%
G=43.26%
B=35.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal751541270.5100.180.40159.4934.544.9
Hex4B9A7F33012289f222d
Octal11323217763022502374255
Binary100101110011010111111111001101001010100010011111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,154,127); }

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

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

 a { background-color: rgb(75,154,127); }

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

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

 span { border-color: rgb(75,154,127); }

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