#415174

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

Shades of Astronaut #415174

Tints of Astronaut #415174

Color information

#415174 (or 0x415174) is unknown color: approx Astronaut. HEX triplet: 41, 51 and 74. RGB value is (65,81,116). Sum of RGB (Red+Green+Blue) = 65+81+116=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #415174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415174 is #BEAE8B. Grayscale: #505050. Windows color (decimal): -12496524 or 7622977. OLE color: 7622977.

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

Color convert

RGB6581116-
CMYK0.440.3000.55
HSL221.18º28.18%35.49%-
HSV(B)221.18º43.97%45.49%-
XYZ8.278.2717.68-
YUV80.21148.2117.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 116 (45.70% from 255) = 44.27%
R=24.81%
G=30.92%
B=44.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65811160.440.3000.55221.1828.1835.49
Hex4151742C1E037dd1c23
Octal10112116454360673353443
Binary1000001101000111101001011001111001101111101110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415174; }

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

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

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

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

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

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

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

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