#465761

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

Shades of San Juan #465761

Tints of San Juan #465761

Color information

#465761 (or 0x465761) is unknown color: approx San Juan. HEX triplet: 46, 57 and 61. RGB value is (70,87,97). Sum of RGB (Red+Green+Blue) = 70+87+97=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #465761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465761 is #B9A89E. Grayscale: #535353. Windows color (decimal): -12167327 or 6379334. OLE color: 6379334.

HSL color Cylindrical-coordinate representation of color #465761: hue angle of 202.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465761 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708797-
CMYK0.280.1000.62
HSL202.22º16.17%32.75%-
HSV(B)202.22º27.84%38.04%-
XYZ8.098.9812.62-
YUV83.06135.87118.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.56%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 97 (38.28% from 255) = 38.19%
R=27.56%
G=34.25%
B=38.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7087970.280.1000.62202.2216.1732.75
Hex4657611CA03Eca1021
Octal10612714134120763122041
Binary10001101010111110000111100101001111101100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465761; }

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

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

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

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

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

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

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

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