#4B968B

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

Shades of Lochinvar #4B968B

Tints of Lochinvar #4B968B

Color information

#4B968B (or 0x4B968B) is unknown color: approx Lochinvar. HEX triplet: 4B, 96 and 8B. RGB value is (75,150,139). Sum of RGB (Red+Green+Blue) = 75+150+139=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #4B968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B968B is #B46974. Grayscale: #7E7E7E. Windows color (decimal): -11823477 or 9147979. OLE color: 9147979.

HSL color Cylindrical-coordinate representation of color #4B968B: hue angle of 171.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B968B is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB75150139-
CMYK0.500.070.41
HSL171.2º33.33%44.12%-
HSV(B)171.2º50%58.82%-
XYZ18.4725.1728.31-
YUV126.32135.1591.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.60%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=20.60%
G=41.21%
B=38.19%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501390.500.070.41171.233.3344.12
Hex4B968B320729ab212c
Octal1132262136207512534154
Binary10010111001011010001011110010011110100110101011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,150,139); }

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

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

 a { background-color: rgb(75,150,139); }

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

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

 span { border-color: rgb(75,150,139); }

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