#465868

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

Shades of San Juan #465868

Tints of San Juan #465868

Color information

#465868 (or 0x465868) is unknown color: approx San Juan. HEX triplet: 46, 58 and 68. RGB value is (70,88,104). Sum of RGB (Red+Green+Blue) = 70+88+104=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #465868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465868 is #B9A797. Grayscale: #545454. Windows color (decimal): -12167064 or 6838342. OLE color: 6838342.

HSL color Cylindrical-coordinate representation of color #465868: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #465868 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7088104-
CMYK0.330.1500.59
HSL208.24º19.54%34.12%-
HSV(B)208.24º32.69%40.78%-
XYZ8.519.2814.44-
YUV84.44139.04117.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=26.72%
G=33.59%
B=39.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70881040.330.1500.59208.2419.5434.12
Hex46586821F03Bd01422
Octal10613015041170733202442
Binary100011010110001101000100001111101110111101000010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465868; }

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

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

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

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

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

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

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

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