#414C71

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

Shades of Astronaut #414C71

Tints of Astronaut #414C71

Color information

#414C71 (or 0x414C71) is unknown color: approx Astronaut. HEX triplet: 41, 4C and 71. RGB value is (65,76,113). Sum of RGB (Red+Green+Blue) = 65+76+113=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #414C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C71 is #BEB38E. Grayscale: #4C4C4C. Windows color (decimal): -12497807 or 7425089. OLE color: 7425089.

HSL color Cylindrical-coordinate representation of color #414C71: hue angle of 226.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414C71 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6576113-
CMYK0.420.3300.56
HSL226.25º26.97%34.9%-
HSV(B)226.25º42.48%44.31%-
XYZ7.757.4816.66-
YUV76.93148.36119.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.59%
GREEN value IS 76 (30.08% from 255) = 29.92%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=25.59%
G=29.92%
B=44.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65761130.420.3300.56226.2526.9734.9
Hex414C712A21038e21b23
Octal10111416152410703423343
Binary10000011001100111000110101010000101110001110001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414C71; }

 p { color: rgb(65,76,113); }

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

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

 a { background-color: rgb(65,76,113); }

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

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

 span { border-color: rgb(65,76,113); }

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