#465561

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

Shades of San Juan #465561

Tints of San Juan #465561

Color information

#465561 (or 0x465561) is unknown color: approx San Juan. HEX triplet: 46, 55 and 61. RGB value is (70,85,97). Sum of RGB (Red+Green+Blue) = 70+85+97=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 97 - color contains mainly: blue. Hex color #465561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465561 is #B9AA9E. Grayscale: #515151. Windows color (decimal): -12167839 or 6378822. OLE color: 6378822.

HSL color Cylindrical-coordinate representation of color #465561: hue angle of 206.67º 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 #465561 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708597-
CMYK0.280.1200.62
HSL206.67º16.17%32.75%-
HSV(B)206.67º27.84%38.04%-
XYZ7.938.6612.56-
YUV81.88136.53119.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=27.78%
G=33.73%
B=38.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7085970.280.1200.62206.6716.1732.75
Hex4655611CC03Ecf1021
Octal10612514134140763172041
Binary10001101010101110000111100110001111101100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465561; }

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

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

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

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

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

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

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

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