#46575D

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

Shades of San Juan #46575D

Tints of San Juan #46575D

Color information

#46575D (or 0x46575D) is unknown color: approx San Juan. HEX triplet: 46, 57 and 5D. RGB value is (70,87,93). Sum of RGB (Red+Green+Blue) = 70+87+93=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 93 - color contains mainly: blue. Hex color #46575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46575D is #B9A8A2. Grayscale: #525252. Windows color (decimal): -12167331 or 6117190. OLE color: 6117190.

HSL color Cylindrical-coordinate representation of color #46575D: hue angle of 195.65º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46575D is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708793-
CMYK0.250.0600.64
HSL195.65º14.11%31.96%-
HSV(B)195.65º24.73%36.47%-
XYZ7.918.9111.66-
YUV82.6133.87119.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=28%
G=34.8%
B=37.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7087930.250.0600.64195.6514.1131.96
Hex46575D196040c4e20
Octal10612713531601003041640
Binary1000110101011110111011100111001000000110001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,87,93); }

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

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

 a { background-color: rgb(70,87,93); }

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

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

 span { border-color: rgb(70,87,93); }

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