#415070

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

Shades of Astronaut #415070

Tints of Astronaut #415070

Color information

#415070 (or 0x415070) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 70. RGB value is (65,80,112). Sum of RGB (Red+Green+Blue) = 65+80+112=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #415070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415070 is #BEAF8F. Grayscale: #4F4F4F. Windows color (decimal): -12496784 or 7360577. OLE color: 7360577.

HSL color Cylindrical-coordinate representation of color #415070: hue angle of 220.85º 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 #415070 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6580112-
CMYK0.420.2900.56
HSL220.85º26.55%34.71%-
HSV(B)220.85º41.96%43.92%-
XYZ7.978.0316.46-
YUV79.16146.53117.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=25.29%
G=31.13%
B=43.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65801120.420.2900.56220.8526.5534.71
Hex4150702A1D038dd1b23
Octal10112016052350703353343
Binary1000001101000011100001010101110101110001101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415070; }

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

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

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

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

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

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

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

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