#4B9C7E

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

Shades of Lochinvar #4B9C7E

Tints of Lochinvar #4B9C7E

Color information

#4B9C7E (or 0x4B9C7E) is unknown color: approx Lochinvar. HEX triplet: 4B, 9C and 7E. RGB value is (75,156,126). Sum of RGB (Red+Green+Blue) = 75+156+126=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9C7E is #B46381. Grayscale: #808080. Windows color (decimal): -11821954 or 8297547. OLE color: 8297547.

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

Color convert

RGB75156126-
CMYK0.5200.190.39
HSL157.78º35.06%45.29%-
HSV(B)157.78º51.92%61.18%-
XYZ18.5626.7823.93-
YUV128.36126.6689.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.01%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=21.01%
G=43.70%
B=35.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751561260.5200.190.39157.7835.0645.29
Hex4B9C7E34013279e232d
Octal11323417664023472364355
Binary100101110011100111111011010001001110011110011110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,156,126); }

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

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

 a { background-color: rgb(75,156,126); }

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

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

 span { border-color: rgb(75,156,126); }

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