#405D69

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

Shades of San Juan #405D69

Tints of San Juan #405D69

Color information

#405D69 (or 0x405D69) is unknown color: approx San Juan. HEX triplet: 40, 5D and 69. RGB value is (64,93,105). Sum of RGB (Red+Green+Blue) = 64+93+105=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: blue. Hex color #405D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D69 is #BFA296. Grayscale: #555555. Windows color (decimal): -12558999 or 6905152. OLE color: 6905152.

HSL color Cylindrical-coordinate representation of color #405D69: hue angle of 197.56º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #405D69 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6493105-
CMYK0.390.1100.59
HSL197.56º24.26%33.14%-
HSV(B)197.56º39.05%41.18%-
XYZ8.589.9414.83-
YUV85.7138.89112.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=24.43%
G=35.50%
B=40.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64931050.390.1100.59197.5624.2633.14
Hex405D6927B03Bc61821
Octal10013515147130733063041
Binary100000010111011101001100111101101110111100011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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