#465769

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

Shades of San Juan #465769

Tints of San Juan #465769

Color information

#465769 (or 0x465769) is unknown color: approx San Juan. HEX triplet: 46, 57 and 69. RGB value is (70,87,105). Sum of RGB (Red+Green+Blue) = 70+87+105=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #465769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465769 is #B9A896. Grayscale: #535353. Windows color (decimal): -12167319 or 6903622. OLE color: 6903622.

HSL color Cylindrical-coordinate representation of color #465769: hue angle of 210.86º 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 #465769 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7087105-
CMYK0.330.1700.59
HSL210.86º20%34.31%-
HSV(B)210.86º33.33%41.18%-
XYZ8.489.1414.68-
YUV83.97139.87118.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.72%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=26.72%
G=33.21%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal70871050.330.1700.59210.862034.31
Hex465769211103Bd31422
Octal10612715141210733232442
Binary1000110101011111010011000011000101110111101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465769; }

 p { color: rgb(70,87,105); }

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

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

 a { background-color: rgb(70,87,105); }

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

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

 span { border-color: rgb(70,87,105); }

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