#465960

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

Shades of San Juan #465960

Tints of San Juan #465960

Color information

#465960 (or 0x465960) is unknown color: approx San Juan. HEX triplet: 46, 59 and 60. RGB value is (70,89,96). Sum of RGB (Red+Green+Blue) = 70+89+96=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #465960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465960 is #B9A69F. Grayscale: #545454. Windows color (decimal): -12166816 or 6314310. OLE color: 6314310.

HSL color Cylindrical-coordinate representation of color #465960: hue angle of 196.15º 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 #465960 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708996-
CMYK0.270.0700.62
HSL196.15º15.66%32.55%-
HSV(B)196.15º27.08%37.65%-
XYZ8.219.2912.43-
YUV84.12134.71117.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.45%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 96 (37.89% from 255) = 37.65%
R=27.45%
G=34.90%
B=37.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7089960.270.0700.62196.1515.6632.55
Hex4659601B703Ec41021
Octal1061311403370763042041
Binary1000110101100111000001101111101111101100010010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465960; }

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

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

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

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

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

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

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

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