#4B968C

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

Shades of Lochinvar #4B968C

Tints of Lochinvar #4B968C

Color information

#4B968C (or 0x4B968C) is unknown color: approx Lochinvar. HEX triplet: 4B, 96 and 8C. RGB value is (75,150,140). Sum of RGB (Red+Green+Blue) = 75+150+140=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #4B968C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B968C is #B46973. Grayscale: #7E7E7E. Windows color (decimal): -11823476 or 9213515. OLE color: 9213515.

HSL color Cylindrical-coordinate representation of color #4B968C: hue angle of 172º 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 #4B968C is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB75150140-
CMYK0.500.070.41
HSL172º33.33%44.12%-
HSV(B)172º50%58.82%-
XYZ18.5425.228.7-
YUV126.44135.6591.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.55%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 140 (55.08% from 255) = 38.36%
R=20.55%
G=41.10%
B=38.36%

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
Decimal751501400.500.070.4117233.3344.12
Hex4B968C320729ac212c
Octal1132262146207512544154
Binary10010111001011010001100110010011110100110101100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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