#46847B

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

Shades of Lochinvar #46847B

Tints of Lochinvar #46847B

Color information

#46847B (or 0x46847B) is unknown color: approx Lochinvar. HEX triplet: 46, 84 and 7B. RGB value is (70,132,123). Sum of RGB (Red+Green+Blue) = 70+132+123=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 132 - color contains mainly: green. Hex color #46847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46847B is #B97B84. Grayscale: #707070. Windows color (decimal): -12155781 or 8094790. OLE color: 8094790.

HSL color Cylindrical-coordinate representation of color #46847B: hue angle of 171.29º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #46847B is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB70132123-
CMYK0.4700.070.48
HSL171.29º30.69%39.61%-
HSV(B)171.29º46.97%51.76%-
XYZ14.3519.2321.7-
YUV112.44133.9697.73-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=21.54%
G=40.62%
B=37.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701321230.4700.070.48171.2930.6939.61
Hex46847B2F0730ab1f28
Octal1062041735707602533750
Binary100011010000100111101110111101111100001010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46847B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46847B; }

 p { color: rgb(70,132,123); }

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

<style>
 a { background-color: #46847B; }

 a { background-color: rgb(70,132,123); }

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

<style>
 span { border-color: #46847B; }

 span { border-color: rgb(70,132,123); }

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