#46857B

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

Shades of Lochinvar #46857B

Tints of Lochinvar #46857B

Color information

#46857B (or 0x46857B) is unknown color: approx Lochinvar. HEX triplet: 46, 85 and 7B. RGB value is (70,133,123). Sum of RGB (Red+Green+Blue) = 70+133+123=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #46857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46857B is #B97A84. Grayscale: #717171. Windows color (decimal): -12155525 or 8095046. OLE color: 8095046.

HSL color Cylindrical-coordinate representation of color #46857B: hue angle of 170.48º 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 #46857B is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB70133123-
CMYK0.4700.080.48
HSL170.48º31.03%39.8%-
HSV(B)170.48º47.37%52.16%-
XYZ14.4919.5121.74-
YUV113.02133.6397.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.47%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=21.47%
G=40.80%
B=37.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal701331230.4700.080.48170.4831.0339.8
Hex46857B2F0830aa1f28
Octal10620517357010602523750
Binary1000110100001011111011101111010001100001010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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