#405075

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

Shades of Astronaut #405075

Tints of Astronaut #405075

Color information

#405075 (or 0x405075) is unknown color: approx Astronaut. HEX triplet: 40, 50 and 75. RGB value is (64,80,117). Sum of RGB (Red+Green+Blue) = 64+80+117=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #405075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405075 is #BFAF8A. Grayscale: #4F4F4F. Windows color (decimal): -12562315 or 7688256. OLE color: 7688256.

HSL color Cylindrical-coordinate representation of color #405075: hue angle of 221.89º 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 #405075 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6480117-
CMYK0.450.3200.54
HSL221.89º29.28%35.49%-
HSV(B)221.89º45.3%45.88%-
XYZ8.198.1117.96-
YUV79.43149.2116.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=24.52%
G=30.65%
B=44.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal64801170.450.3200.54221.8929.2835.49
Hex4050752D20036de1d23
Octal10012016555400663363543
Binary10000001010000111010110110110000001101101101111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405075; }

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

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

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

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

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

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

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

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