#46535B

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

Shades of San Juan #46535B

Tints of San Juan #46535B

Color information

#46535B (or 0x46535B) is unknown color: approx San Juan. HEX triplet: 46, 53 and 5B. RGB value is (70,83,91). Sum of RGB (Red+Green+Blue) = 70+83+91=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #46535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46535B is #B9ACA4. Grayscale: #4F4F4F. Windows color (decimal): -12168357 or 5985094. OLE color: 5985094.

HSL color Cylindrical-coordinate representation of color #46535B: hue angle of 202.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46535B is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708391-
CMYK0.230.0900.64
HSL202.86º13.04%31.57%-
HSV(B)202.86º23.08%35.69%-
XYZ7.518.2411.09-
YUV80.02134.19120.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=28.69%
G=34.02%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7083910.230.0900.64202.8613.0431.57
Hex46535B179040cbd20
Octal106123133271101003131540
Binary10001101010011101101110111100101000000110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,83,91); }

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

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

 a { background-color: rgb(70,83,91); }

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

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

 span { border-color: rgb(70,83,91); }

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