#4B9C8A

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

Shades of Lochinvar #4B9C8A

Tints of Lochinvar #4B9C8A

Color information

#4B9C8A (or 0x4B9C8A) is unknown color: approx Lochinvar. HEX triplet: 4B, 9C and 8A. RGB value is (75,156,138). Sum of RGB (Red+Green+Blue) = 75+156+138=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 156 - color contains mainly: green. Hex color #4B9C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B9C8A is #B46375. Grayscale: #818181. Windows color (decimal): -11821942 or 9083979. OLE color: 9083979.

HSL color Cylindrical-coordinate representation of color #4B9C8A: hue angle of 166.67º 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 #4B9C8A is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB75156138-
CMYK0.5200.120.39
HSL166.67º35.06%45.29%-
HSV(B)166.67º51.92%61.18%-
XYZ19.3827.1128.26-
YUV129.73132.6688.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.33%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=20.33%
G=42.28%
B=37.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal751561380.5200.120.39166.6735.0645.29
Hex4B9C8A340C27a7232d
Octal11323421264014472474355
Binary100101110011100100010101101000110010011110100111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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