#46525B

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

Shades of San Juan #46525B

Tints of San Juan #46525B

Color information

#46525B (or 0x46525B) is unknown color: approx San Juan. HEX triplet: 46, 52 and 5B. RGB value is (70,82,91). Sum of RGB (Red+Green+Blue) = 70+82+91=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #46525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46525B is #B9ADA4. Grayscale: #4F4F4F. Windows color (decimal): -12168613 or 5984838. OLE color: 5984838.

HSL color Cylindrical-coordinate representation of color #46525B: hue angle of 205.71º 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 #46525B is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB708291-
CMYK0.230.1000.64
HSL205.71º13.04%31.57%-
HSV(B)205.71º23.08%35.69%-
XYZ7.438.0911.07-
YUV79.44134.52121.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.81%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=28.81%
G=33.74%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7082910.230.1000.64205.7113.0431.57
Hex46525B17A040ced20
Octal106122133271201003161540
Binary10001101010010101101110111101001000000110011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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