#46515A

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

Shades of San Juan #46515A

Tints of San Juan #46515A

Color information

#46515A (or 0x46515A) is unknown color: approx San Juan. HEX triplet: 46, 51 and 5A. RGB value is (70,81,90). Sum of RGB (Red+Green+Blue) = 70+81+90=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #46515A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46515A is #B9AEA5. Grayscale: #4E4E4E. Windows color (decimal): -12168870 or 5919046. OLE color: 5919046.

HSL color Cylindrical-coordinate representation of color #46515A: hue angle of 207º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46515A is Cyan = 0.22, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708190-
CMYK0.220.100.65
HSL207º12.5%31.37%-
HSV(B)207º22.22%35.29%-
XYZ7.317.9310.82-
YUV78.74134.36121.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=29.05%
G=33.61%
B=37.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7081900.220.100.6520712.531.37
Hex46515A16A041cfc1f
Octal106121132261201013171437
Binary1000110101000110110101011010100100000111001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46515A; }

 p { color: rgb(70,81,90); }

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

<style>
 a { background-color: #46515A; }

 a { background-color: rgb(70,81,90); }

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

<style>
 span { border-color: #46515A; }

 span { border-color: rgb(70,81,90); }

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