#46877D

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

Shades of Lochinvar #46877D

Tints of Lochinvar #46877D

Color information

#46877D (or 0x46877D) is unknown color: approx Lochinvar. HEX triplet: 46, 87 and 7D. RGB value is (70,135,125). Sum of RGB (Red+Green+Blue) = 70+135+125=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #46877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46877D is #B97882. Grayscale: #727272. Windows color (decimal): -12155011 or 8226630. OLE color: 8226630.

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

Color convert

RGB70135125-
CMYK0.4800.070.47
HSL170.77º31.71%40.2%-
HSV(B)170.77º48.15%52.94%-
XYZ14.8920.1122.5-
YUV114.42133.9796.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.21%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=21.21%
G=40.91%
B=37.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal701351250.4800.070.47170.7731.7140.2
Hex46877D30072Fab2028
Octal1062071756007572534050
Binary1000110100001111111101110000011110111110101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46877D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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