#415172

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

Shades of Astronaut #415172

Tints of Astronaut #415172

Color information

#415172 (or 0x415172) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 72. RGB value is (65,81,114). Sum of RGB (Red+Green+Blue) = 65+81+114=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #415172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415172 is #BEAE8D. Grayscale: #4F4F4F. Windows color (decimal): -12496526 or 7491905. OLE color: 7491905.

HSL color Cylindrical-coordinate representation of color #415172: hue angle of 220.41º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #415172 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6581114-
CMYK0.430.2900.55
HSL220.41º27.37%35.1%-
HSV(B)220.41º42.98%44.71%-
XYZ8.168.2217.08-
YUV79.98147.2117.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=25%
G=31.15%
B=43.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65811140.430.2900.55220.4127.3735.1
Hex4151722B1D037dc1b23
Octal10112116253350673343343
Binary1000001101000111100101010111110101101111101110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415172; }

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

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

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

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

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

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

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

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