#41566A

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

Shades of San Juan #41566A

Tints of San Juan #41566A

Color information

#41566A (or 0x41566A) is unknown color: approx San Juan. HEX triplet: 41, 56 and 6A. RGB value is (65,86,106). Sum of RGB (Red+Green+Blue) = 65+86+106=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 106 - color contains mainly: blue. Hex color #41566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41566A is #BEA995. Grayscale: #515151. Windows color (decimal): -12495254 or 6968897. OLE color: 6968897.

HSL color Cylindrical-coordinate representation of color #41566A: hue angle of 209.27º 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 #41566A is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6586106-
CMYK0.390.1900.58
HSL209.27º23.98%33.53%-
HSV(B)209.27º38.68%41.57%-
XYZ8.118.8214.91-
YUV82141.54115.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 106 (41.80% from 255) = 41.25%
R=25.29%
G=33.46%
B=41.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65861060.390.1900.58209.2723.9833.53
Hex41566A271303Ad11822
Octal10112615247230723213042
Binary1000001101011011010101001111001101110101101000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41566A; }

 p { color: rgb(65,86,106); }

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

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

 a { background-color: rgb(65,86,106); }

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

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

 span { border-color: rgb(65,86,106); }

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