#46947D

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

Shades of Lochinvar #46947D

Tints of Lochinvar #46947D

Color information

#46947D (or 0x46947D) is unknown color: approx Lochinvar. HEX triplet: 46, 94 and 7D. RGB value is (70,148,125). Sum of RGB (Red+Green+Blue) = 70+148+125=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #46947D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46947D is #B96B82. Grayscale: #7A7A7A. Windows color (decimal): -12151683 or 8229958. OLE color: 8229958.

HSL color Cylindrical-coordinate representation of color #46947D: hue angle of 162.31º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #46947D is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB70148125-
CMYK0.5300.160.42
HSL162.31º35.78%42.75%-
HSV(B)162.31º52.7%58.04%-
XYZ16.8223.9623.14-
YUV122.06129.6690.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.41%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=20.41%
G=43.15%
B=36.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal701481250.5300.160.42162.3135.7842.75
Hex46947D350102Aa2242b
Octal10622417565020522424453
Binary100011010010100111110111010101000010101010100010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46947D; }

 p { color: rgb(70,148,125); }

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

<style>
 a { background-color: #46947D; }

 a { background-color: rgb(70,148,125); }

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

<style>
 span { border-color: #46947D; }

 span { border-color: rgb(70,148,125); }

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