#465767

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

Shades of San Juan #465767

Tints of San Juan #465767

Color information

#465767 (or 0x465767) is unknown color: approx San Juan. HEX triplet: 46, 57 and 67. RGB value is (70,87,103). Sum of RGB (Red+Green+Blue) = 70+87+103=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 103 - color contains mainly: blue. Hex color #465767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465767 is #B9A898. Grayscale: #535353. Windows color (decimal): -12167321 or 6772550. OLE color: 6772550.

HSL color Cylindrical-coordinate representation of color #465767: hue angle of 209.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #465767 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7087103-
CMYK0.320.1600.60
HSL209.09º19.08%33.92%-
HSV(B)209.09º32.04%40.39%-
XYZ8.389.114.15-
YUV83.74138.87118.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.92%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=26.92%
G=33.46%
B=39.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70871030.320.1600.60209.0919.0833.92
Hex465767201003Cd11322
Octal10612714740200743212342
Binary1000110101011111001111000001000001111001101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465767; }

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

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

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

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

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

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

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

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