#405475

Color #405475 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #405475

Tints of Chambray #405475

Color information

#405475 (or 0x405475) is unknown color: approx Chambray. HEX triplet: 40, 54 and 75. RGB value is (64,84,117). Sum of RGB (Red+Green+Blue) = 64+84+117=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #405475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405475 is #BFAB8A. Grayscale: #515151. Windows color (decimal): -12561291 or 7689280. OLE color: 7689280.

HSL color Cylindrical-coordinate representation of color #405475: hue angle of 217.36º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405475 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6484117-
CMYK0.450.2800.54
HSL217.36º29.28%35.49%-
HSV(B)217.36º45.3%45.88%-
XYZ8.58.7118.06-
YUV81.78147.87115.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=24.15%
G=31.70%
B=44.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64841170.450.2800.54217.3629.2835.49
Hex4054752D1C036d91d23
Octal10012416555340663313543
Binary1000000101010011101011011011110001101101101100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405475; }

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

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

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

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

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

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

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

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