#415170

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

Shades of Astronaut #415170

Tints of Astronaut #415170

Color information

#415170 (or 0x415170) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 70. RGB value is (65,81,112). Sum of RGB (Red+Green+Blue) = 65+81+112=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #415170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415170 is #BEAE8F. Grayscale: #4F4F4F. Windows color (decimal): -12496528 or 7360833. OLE color: 7360833.

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

Color convert

RGB6581112-
CMYK0.420.2800.56
HSL219.57º26.55%34.71%-
HSV(B)219.57º41.96%43.92%-
XYZ8.058.1816.48-
YUV79.75146.2117.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.19%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=25.19%
G=31.40%
B=43.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65811120.420.2800.56219.5726.5534.71
Hex4151702A1C038dc1b23
Octal10112116052340703343343
Binary1000001101000111100001010101110001110001101110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415170; }

 p { color: rgb(65,81,112); }

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

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

 a { background-color: rgb(65,81,112); }

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

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

 span { border-color: rgb(65,81,112); }

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