#465760

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

Shades of San Juan #465760

Tints of San Juan #465760

Color information

#465760 (or 0x465760) is unknown color: approx San Juan. HEX triplet: 46, 57 and 60. RGB value is (70,87,96). Sum of RGB (Red+Green+Blue) = 70+87+96=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 87 (34.38% from 255 or 34.39% from 253); Blue value is 96 (37.89% from 255 or 37.94% from 253); Max value from RGB is 96 - color contains mainly: blue. Hex color #465760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465760 is #B9A89F. Grayscale: #525252. Windows color (decimal): -12167328 or 6313798. OLE color: 6313798.

HSL color Cylindrical-coordinate representation of color #465760: hue angle of 200.77º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465760 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708796-
CMYK0.270.0900.62
HSL200.77º15.66%32.55%-
HSV(B)200.77º27.08%37.65%-
XYZ8.058.9612.37-
YUV82.94135.37118.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.67%
GREEN value IS 87 (34.38% from 255) = 34.39%
BLUE value IS 96 (37.89% from 255) = 37.94%
R=27.67%
G=34.39%
B=37.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7087960.270.0900.62200.7715.6632.55
Hex4657601B903Ec91021
Octal10612714033110763112041
Binary10001101010111110000011011100101111101100100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465760; }

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

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

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

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

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

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

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

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