#465664

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

Shades of San Juan #465664

Tints of San Juan #465664

Color information

#465664 (or 0x465664) is unknown color: approx San Juan. HEX triplet: 46, 56 and 64. RGB value is (70,86,100). Sum of RGB (Red+Green+Blue) = 70+86+100=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 100 - color contains mainly: blue. Hex color #465664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465664 is #B9A99B. Grayscale: #525252. Windows color (decimal): -12167580 or 6575686. OLE color: 6575686.

HSL color Cylindrical-coordinate representation of color #465664: hue angle of 208º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465664 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7086100-
CMYK0.300.1400.61
HSL208º17.65%33.33%-
HSV(B)208º30%39.22%-
XYZ8.158.8813.34-
YUV82.81137.7118.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 100 (39.45% from 255) = 39.06%
R=27.34%
G=33.59%
B=39.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal70861000.300.1400.6120817.6533.33
Hex4656641EE03Dd01221
Octal10612614436160753202241
Binary10001101010110110010011110111001111011101000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465664; }

 p { color: rgb(70,86,100); }

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

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

 a { background-color: rgb(70,86,100); }

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

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

 span { border-color: rgb(70,86,100); }

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