#415272

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

Shades of Astronaut #415272

Tints of Astronaut #415272

Color information

#415272 (or 0x415272) is unknown color: approx Astronaut. HEX triplet: 41, 52 and 72. RGB value is (65,82,114). Sum of RGB (Red+Green+Blue) = 65+82+114=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #415272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415272 is #BEAD8D. Grayscale: #505050. Windows color (decimal): -12496270 or 7492161. OLE color: 7492161.

HSL color Cylindrical-coordinate representation of color #415272: hue angle of 219.18º 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 #415272 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6582114-
CMYK0.430.2800.55
HSL219.18º27.37%35.1%-
HSV(B)219.18º42.98%44.71%-
XYZ8.238.3717.1-
YUV80.56146.87116.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.90%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=24.90%
G=31.42%
B=43.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65821140.430.2800.55219.1827.3735.1
Hex4152722B1C037db1b23
Octal10112216253340673333343
Binary1000001101001011100101010111110001101111101101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415272; }

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

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

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

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

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

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

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

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