#40545D

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

Shades of San Juan #40545D

Tints of San Juan #40545D

Color information

#40545D (or 0x40545D) is unknown color: approx San Juan. HEX triplet: 40, 54 and 5D. RGB value is (64,84,93). Sum of RGB (Red+Green+Blue) = 64+84+93=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #40545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40545D is #BFABA2. Grayscale: #4E4E4E. Windows color (decimal): -12561315 or 6116416. OLE color: 6116416.

HSL color Cylindrical-coordinate representation of color #40545D: hue angle of 198.62º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40545D is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB648493-
CMYK0.310.1000.64
HSL198.62º18.47%30.78%-
HSV(B)198.62º31.18%36.47%-
XYZ7.268.2211.56-
YUV79.05135.87117.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=26.56%
G=34.85%
B=38.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6484930.310.1000.64198.6218.4730.78
Hex40545D1FA040c7121f
Octal100124135371201003072237
Binary10000001010100101110111111101001000000110001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40545D; }

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

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

<style>
 a { background-color: #40545D; }

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

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

<style>
 span { border-color: #40545D; }

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

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