#415276

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

Shades of Astronaut #415276

Tints of Astronaut #415276

Color information

#415276 (or 0x415276) is unknown color: approx Astronaut. HEX triplet: 41, 52 and 76. RGB value is (65,82,118). Sum of RGB (Red+Green+Blue) = 65+82+118=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #415276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415276 is #BEAD89. Grayscale: #505050. Windows color (decimal): -12496266 or 7754305. OLE color: 7754305.

HSL color Cylindrical-coordinate representation of color #415276: hue angle of 220.75º 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 #415276 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6582118-
CMYK0.450.3100.54
HSL220.75º28.96%35.88%-
HSV(B)220.75º44.92%46.27%-
XYZ8.478.4718.33-
YUV81.02148.87116.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.53%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=24.53%
G=30.94%
B=44.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65821180.450.3100.54220.7528.9635.88
Hex4152762D1F036dd1d24
Octal10112216655370663353544
Binary1000001101001011101101011011111101101101101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415276; }

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

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

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

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

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

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

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

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