#465860

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

Shades of San Juan #465860

Tints of San Juan #465860

Color information

#465860 (or 0x465860) is unknown color: approx San Juan. HEX triplet: 46, 58 and 60. RGB value is (70,88,96). Sum of RGB (Red+Green+Blue) = 70+88+96=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 96 - color contains mainly: blue. Hex color #465860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465860 is #B9A79F. Grayscale: #535353. Windows color (decimal): -12167072 or 6314054. OLE color: 6314054.

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

Color convert

RGB708896-
CMYK0.270.0800.62
HSL198.46º15.66%32.55%-
HSV(B)198.46º27.08%37.65%-
XYZ8.139.1312.4-
YUV83.53135.04118.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=27.56%
G=34.65%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7088960.270.0800.62198.4615.6632.55
Hex4658601B803Ec61021
Octal10613014033100763062041
Binary10001101011000110000011011100001111101100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465860; }

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

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

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

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

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

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

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

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