#465866

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

Shades of San Juan #465866

Tints of San Juan #465866

Color information

#465866 (or 0x465866) is unknown color: approx San Juan. HEX triplet: 46, 58 and 66. RGB value is (70,88,102). Sum of RGB (Red+Green+Blue) = 70+88+102=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 102 - color contains mainly: blue. Hex color #465866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465866 is #B9A799. Grayscale: #545454. Windows color (decimal): -12167066 or 6707270. OLE color: 6707270.

HSL color Cylindrical-coordinate representation of color #465866: hue angle of 206.25º degrees, saturation: 0.19, 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 #465866 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7088102-
CMYK0.310.1400.6
HSL206.25º18.6%33.73%-
HSV(B)206.25º31.37%40%-
XYZ8.419.2413.91-
YUV84.21138.04117.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 88 (34.77% from 255) = 33.85%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=26.92%
G=33.85%
B=39.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70881020.310.1400.6206.2518.633.73
Hex4658661FE03Cce1322
Octal10613014637160743162342
Binary10001101011000110011011111111001111001100111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465866; }

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

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

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

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

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

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

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

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