#465965

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

Shades of San Juan #465965

Tints of San Juan #465965

Color information

#465965 (or 0x465965) is unknown color: approx San Juan. HEX triplet: 46, 59 and 65. RGB value is (70,89,101). Sum of RGB (Red+Green+Blue) = 70+89+101=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 101 - color contains mainly: blue. Hex color #465965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465965 is #B9A69A. Grayscale: #545454. Windows color (decimal): -12166811 or 6641990. OLE color: 6641990.

HSL color Cylindrical-coordinate representation of color #465965: hue angle of 203.23º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465965 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7089101-
CMYK0.310.1200.60
HSL203.23º18.13%33.53%-
HSV(B)203.23º30.69%39.61%-
XYZ8.459.3913.68-
YUV84.69137.21117.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 101 (39.84% from 255) = 38.85%
R=26.92%
G=34.23%
B=38.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70891010.310.1200.60203.2318.1333.53
Hex4659651FC03Ccb1222
Octal10613114537140743132242
Binary10001101011001110010111111110001111001100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465965; }

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

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

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

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

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

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

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

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