#46585E

Color #46585E San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #46585E

Tints of San Juan #46585E

Color information

#46585E (or 0x46585E) is unknown color: approx San Juan. HEX triplet: 46, 58 and 5E. RGB value is (70,88,94). Sum of RGB (Red+Green+Blue) = 70+88+94=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #46585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585E is #B9A7A1. Grayscale: #535353. Windows color (decimal): -12167074 or 6182982. OLE color: 6182982.

HSL color Cylindrical-coordinate representation of color #46585E: hue angle of 195º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46585E is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB708894-
CMYK0.260.0600.63
HSL195º14.63%32.16%-
HSV(B)195º25.53%36.86%-
XYZ8.049.0911.92-
YUV83.3134.04118.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 94 (37.11% from 255) = 37.30%
R=27.78%
G=34.92%
B=37.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7088940.260.0600.6319514.6332.16
Hex46585E1A603Fc3f20
Octal1061301363260773031740
Binary100011010110001011110110101100111111110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46585E; }

 p { color: rgb(70,88,94); }

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

<style>
 a { background-color: #46585E; }

 a { background-color: rgb(70,88,94); }

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

<style>
 span { border-color: #46585E; }

 span { border-color: rgb(70,88,94); }

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