#465159

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

Shades of San Juan #465159

Tints of San Juan #465159

Color information

#465159 (or 0x465159) is unknown color: approx San Juan. HEX triplet: 46, 51 and 59. RGB value is (70,81,89). Sum of RGB (Red+Green+Blue) = 70+81+89=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #465159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465159 is #B9AEA6. Grayscale: #4E4E4E. Windows color (decimal): -12168871 or 5853510. OLE color: 5853510.

HSL color Cylindrical-coordinate representation of color #465159: hue angle of 205.26º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465159 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB708189-
CMYK0.210.0900.65
HSL205.26º11.95%31.18%-
HSV(B)205.26º21.35%34.9%-
XYZ7.277.9110.59-
YUV78.62133.86121.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=29.17%
G=33.75%
B=37.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7081890.210.0900.65205.2611.9531.18
Hex465159159041cdc1f
Octal106121131251101013151437
Binary1000110101000110110011010110010100000111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465159; }

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

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

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

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

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

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

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

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