#40566A

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

Shades of San Juan #40566A

Tints of San Juan #40566A

Color information

#40566A (or 0x40566A) is unknown color: approx San Juan. HEX triplet: 40, 56 and 6A. RGB value is (64,86,106). Sum of RGB (Red+Green+Blue) = 64+86+106=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #40566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566A is #BFA995. Grayscale: #515151. Windows color (decimal): -12560790 or 6968896. OLE color: 6968896.

HSL color Cylindrical-coordinate representation of color #40566A: hue angle of 208.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40566A is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6486106-
CMYK0.400.1900.58
HSL208.57º24.71%33.33%-
HSV(B)208.57º39.62%41.57%-
XYZ8.048.7914.91-
YUV81.7141.71115.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=25%
G=33.59%
B=41.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64861060.400.1900.58208.5724.7133.33
Hex40566A281303Ad11921
Octal10012615250230723213141
Binary1000000101011011010101010001001101110101101000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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