#415076

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

Shades of Astronaut #415076

Tints of Astronaut #415076

Color information

#415076 (or 0x415076) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 76. RGB value is (65,80,118). Sum of RGB (Red+Green+Blue) = 65+80+118=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 118 - color contains mainly: blue. Hex color #415076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415076 is #BEAF89. Grayscale: #4F4F4F. Windows color (decimal): -12496778 or 7753793. OLE color: 7753793.

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

Color convert

RGB6580118-
CMYK0.450.3200.54
HSL223.02º28.96%35.88%-
HSV(B)223.02º44.92%46.27%-
XYZ8.328.1718.28-
YUV79.85149.53117.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 118 (46.48% from 255) = 44.87%
R=24.71%
G=30.42%
B=44.87%

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
Decimal65801180.450.3200.54223.0228.9635.88
Hex4150762D20036df1d24
Octal10112016655400663373544
Binary10000011010000111011010110110000001101101101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415076; }

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

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

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

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

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

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

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

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