#4B968F

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

Shades of Lochinvar #4B968F

Tints of Lochinvar #4B968F

Color information

#4B968F (or 0x4B968F) is unknown color: approx Lochinvar. HEX triplet: 4B, 96 and 8F. RGB value is (75,150,143). Sum of RGB (Red+Green+Blue) = 75+150+143=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 150 - color contains mainly: green. Hex color #4B968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B968F is #B46970. Grayscale: #7E7E7E. Windows color (decimal): -11823473 or 9410123. OLE color: 9410123.

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

Color convert

RGB75150143-
CMYK0.500.050.41
HSL174.4º33.33%44.12%-
HSV(B)174.4º50%58.82%-
XYZ18.7725.2929.88-
YUV126.78137.1591.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.38%
GREEN value IS 150 (58.98% from 255) = 40.76%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=20.38%
G=40.76%
B=38.86%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751501430.500.050.41174.433.3344.12
Hex4B968F320529ae212c
Octal1132262176205512564154
Binary10010111001011010001111110010010110100110101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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