#405272

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

Shades of Astronaut #405272

Tints of Astronaut #405272

Color information

#405272 (or 0x405272) is unknown color: approx Astronaut. HEX triplet: 40, 52 and 72. RGB value is (64,82,114). Sum of RGB (Red+Green+Blue) = 64+82+114=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #405272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405272 is #BFAD8D. Grayscale: #505050. Windows color (decimal): -12561806 or 7492160. OLE color: 7492160.

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

Color convert

RGB6482114-
CMYK0.440.2800.55
HSL218.4º28.09%34.9%-
HSV(B)218.4º43.86%44.71%-
XYZ8.178.3417.1-
YUV80.27147.04116.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=24.62%
G=31.54%
B=43.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64821140.440.2800.55218.428.0934.9
Hex4052722C1C037da1c23
Octal10012216254340673323443
Binary1000000101001011100101011001110001101111101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405272; }

 p { color: rgb(64,82,114); }

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

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

 a { background-color: rgb(64,82,114); }

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

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

 span { border-color: rgb(64,82,114); }

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