#415077

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

Shades of Astronaut #415077

Tints of Astronaut #415077

Color information

#415077 (or 0x415077) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 77. RGB value is (65,80,119). Sum of RGB (Red+Green+Blue) = 65+80+119=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #415077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415077 is #BEAF88. Grayscale: #4F4F4F. Windows color (decimal): -12496777 or 7819329. OLE color: 7819329.

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

Color convert

RGB6580119-
CMYK0.450.3300.53
HSL223.33º29.35%36.08%-
HSV(B)223.33º45.38%46.67%-
XYZ8.388.1918.59-
YUV79.96150.03117.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.62%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=24.62%
G=30.30%
B=45.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65801190.450.3300.53223.3329.3536.08
Hex4150772D21035df1d24
Octal10112016755410653373544
Binary10000011010000111011110110110000101101011101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415077; }

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

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

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

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

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

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

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

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