#41596B

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

Shades of San Juan #41596B

Tints of San Juan #41596B

Color information

#41596B (or 0x41596B) is unknown color: approx San Juan. HEX triplet: 41, 59 and 6B. RGB value is (65,89,107). Sum of RGB (Red+Green+Blue) = 65+89+107=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #41596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41596B is #BEA694. Grayscale: #535353. Windows color (decimal): -12494485 or 7035201. OLE color: 7035201.

HSL color Cylindrical-coordinate representation of color #41596B: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #41596B is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6589107-
CMYK0.390.1700.58
HSL205.71º24.42%33.73%-
HSV(B)205.71º39.25%41.96%-
XYZ8.419.3315.27-
YUV83.88141.05114.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 89 (35.16% from 255) = 34.10%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=24.90%
G=34.10%
B=41.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65891070.390.1700.58205.7124.4233.73
Hex41596B271103Ace1822
Octal10113115347210723163042
Binary1000001101100111010111001111000101110101100111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41596B; }

 p { color: rgb(65,89,107); }

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

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

 a { background-color: rgb(65,89,107); }

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

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

 span { border-color: rgb(65,89,107); }

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