#465B63

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

Shades of San Juan #465B63

Tints of San Juan #465B63

Color information

#465B63 (or 0x465B63) is unknown color: approx San Juan. HEX triplet: 46, 5B and 63. RGB value is (70,91,99). Sum of RGB (Red+Green+Blue) = 70+91+99=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #465B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B63 is #B9A49C. Grayscale: #555555. Windows color (decimal): -12166301 or 6511430. OLE color: 6511430.

HSL color Cylindrical-coordinate representation of color #465B63: hue angle of 196.55º 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 #465B63 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB709199-
CMYK0.290.0800.61
HSL196.55º17.16%33.14%-
HSV(B)196.55º29.29%38.82%-
XYZ8.529.6913.22-
YUV85.63135.54116.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=26.92%
G=35%
B=38.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7091990.290.0800.61196.5517.1633.14
Hex465B631D803Dc51121
Octal10613314335100753052141
Binary10001101011011110001111101100001111011100010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465B63; }

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

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

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

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

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

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

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

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