#414C74

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

Shades of Astronaut #414C74

Tints of Astronaut #414C74

Color information

#414C74 (or 0x414C74) is unknown color: approx Astronaut. HEX triplet: 41, 4C and 74. RGB value is (65,76,116). Sum of RGB (Red+Green+Blue) = 65+76+116=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #414C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C74 is #BEB38B. Grayscale: #4D4D4D. Windows color (decimal): -12497804 or 7621697. OLE color: 7621697.

HSL color Cylindrical-coordinate representation of color #414C74: hue angle of 227.06º 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 #414C74 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6576116-
CMYK0.440.3400.55
HSL227.06º28.18%35.49%-
HSV(B)227.06º43.97%45.49%-
XYZ7.927.5517.56-
YUV77.27149.86119.25-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.29%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=25.29%
G=29.57%
B=45.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65761160.440.3400.55227.0628.1835.49
Hex414C742C22037e31c23
Octal10111416454420673433443
Binary10000011001100111010010110010001001101111110001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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