#415178

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

Shades of Astronaut #415178

Tints of Astronaut #415178

Color information

#415178 (or 0x415178) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 78. RGB value is (65,81,120). Sum of RGB (Red+Green+Blue) = 65+81+120=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #415178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415178 is #BEAE87. Grayscale: #505050. Windows color (decimal): -12496520 or 7885121. OLE color: 7885121.

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

Color convert

RGB6581120-
CMYK0.460.3200.53
HSL222.55º29.73%36.27%-
HSV(B)222.55º45.83%47.06%-
XYZ8.518.3618.94-
YUV80.66150.2116.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.44%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=24.44%
G=30.45%
B=45.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65811200.460.3200.53222.5529.7336.27
Hex4151782E20035df1e24
Octal10112117056400653373644
Binary10000011010001111100010111010000001101011101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415178; }

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

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

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

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

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

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

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

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