#405D70

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

Shades of San Juan #405D70

Tints of San Juan #405D70

Color information

#405D70 (or 0x405D70) is unknown color: approx San Juan. HEX triplet: 40, 5D and 70. RGB value is (64,93,112). Sum of RGB (Red+Green+Blue) = 64+93+112=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #405D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D70 is #BFA28F. Grayscale: #565656. Windows color (decimal): -12558992 or 7363904. OLE color: 7363904.

HSL color Cylindrical-coordinate representation of color #405D70: hue angle of 203.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405D70 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6493112-
CMYK0.430.1700.56
HSL203.75º27.27%34.51%-
HSV(B)203.75º42.86%43.92%-
XYZ8.9510.0916.8-
YUV86.49142.39111.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=23.79%
G=34.57%
B=41.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64931120.430.1700.56203.7527.2734.51
Hex405D702B11038cc1b23
Octal10013516053210703143343
Binary1000000101110111100001010111000101110001100110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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