#405D6D

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

Shades of San Juan #405D6D

Tints of San Juan #405D6D

Color information

#405D6D (or 0x405D6D) is unknown color: approx San Juan. HEX triplet: 40, 5D and 6D. RGB value is (64,93,109). Sum of RGB (Red+Green+Blue) = 64+93+109=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #405D6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D6D is #BFA292. Grayscale: #565656. Windows color (decimal): -12558995 or 7167296. OLE color: 7167296.

HSL color Cylindrical-coordinate representation of color #405D6D: hue angle of 201.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405D6D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6493109-
CMYK0.410.1500.57
HSL201.33º26.01%33.92%-
HSV(B)201.33º41.28%42.75%-
XYZ8.7910.0215.94-
YUV86.15140.89112.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.06%
GREEN value IS 93 (36.72% from 255) = 34.96%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=24.06%
G=34.96%
B=40.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64931090.410.1500.57201.3326.0133.92
Hex405D6D29F039c91a22
Octal10013515551170713113242
Binary100000010111011101101101001111101110011100100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405D6D; }

 p { color: rgb(64,93,109); }

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

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

 a { background-color: rgb(64,93,109); }

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

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

 span { border-color: rgb(64,93,109); }

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