#465863

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

Shades of San Juan #465863

Tints of San Juan #465863

Color information

#465863 (or 0x465863) is unknown color: approx San Juan. HEX triplet: 46, 58 and 63. RGB value is (70,88,99). Sum of RGB (Red+Green+Blue) = 70+88+99=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #465863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465863 is #B9A79C. Grayscale: #535353. Windows color (decimal): -12167069 or 6510662. OLE color: 6510662.

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

Color convert

RGB708899-
CMYK0.290.1100.61
HSL202.76º17.16%33.14%-
HSV(B)202.76º29.29%38.82%-
XYZ8.279.1813.14-
YUV83.87136.54118.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=27.24%
G=34.24%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7088990.290.1100.61202.7617.1633.14
Hex4658631DB03Dcb1121
Octal10613014335130753132141
Binary10001101011000110001111101101101111011100101110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465863; }

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

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

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

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

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

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

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

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