#415072

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

Shades of Astronaut #415072

Tints of Astronaut #415072

Color information

#415072 (or 0x415072) is unknown color: approx Astronaut. HEX triplet: 41, 50 and 72. RGB value is (65,80,114). Sum of RGB (Red+Green+Blue) = 65+80+114=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #415072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415072 is #BEAF8D. Grayscale: #4F4F4F. Windows color (decimal): -12496782 or 7491649. OLE color: 7491649.

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

Color convert

RGB6580114-
CMYK0.430.3000.55
HSL221.63º27.37%35.1%-
HSV(B)221.63º42.98%44.71%-
XYZ8.098.0817.05-
YUV79.39147.53117.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=25.10%
G=30.89%
B=44.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65801140.430.3000.55221.6327.3735.1
Hex4150722B1E037de1b23
Octal10112016253360673363343
Binary1000001101000011100101010111111001101111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415072; }

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

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

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

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

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

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

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

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