#465963

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

Shades of San Juan #465963

Tints of San Juan #465963

Color information

#465963 (or 0x465963) is unknown color: approx San Juan. HEX triplet: 46, 59 and 63. RGB value is (70,89,99). Sum of RGB (Red+Green+Blue) = 70+89+99=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 99 - color contains mainly: blue. Hex color #465963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465963 is #B9A69C. Grayscale: #545454. Windows color (decimal): -12166813 or 6510918. OLE color: 6510918.

HSL color Cylindrical-coordinate representation of color #465963: hue angle of 200.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465963 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB708999-
CMYK0.290.1000.61
HSL200.69º17.16%33.14%-
HSV(B)200.69º29.29%38.82%-
XYZ8.359.3513.17-
YUV84.46136.21117.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.13%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=27.13%
G=34.50%
B=38.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7089990.290.1000.61200.6917.1633.14
Hex4659631DA03Dc91121
Octal10613114335120753112141
Binary10001101011001110001111101101001111011100100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465963; }

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

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

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

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

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

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

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

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