#465961

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

Shades of San Juan #465961

Tints of San Juan #465961

Color information

#465961 (or 0x465961) is unknown color: approx San Juan. HEX triplet: 46, 59 and 61. RGB value is (70,89,97). Sum of RGB (Red+Green+Blue) = 70+89+97=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 97 - color contains mainly: blue. Hex color #465961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465961 is #B9A69E. Grayscale: #545454. Windows color (decimal): -12166815 or 6379846. OLE color: 6379846.

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

Color convert

RGB708997-
CMYK0.280.0800.62
HSL197.78º16.17%32.75%-
HSV(B)197.78º27.84%38.04%-
XYZ8.269.3112.67-
YUV84.23135.21117.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 97 (38.28% from 255) = 37.89%
R=27.34%
G=34.77%
B=37.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7089970.280.0800.62197.7816.1732.75
Hex4659611C803Ec61021
Octal10613114134100763062041
Binary10001101011001110000111100100001111101100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465961; }

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

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

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

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

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

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

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

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