#414C72

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

Shades of Astronaut #414C72

Tints of Astronaut #414C72

Color information

#414C72 (or 0x414C72) is unknown color: approx Astronaut. HEX triplet: 41, 4C and 72. RGB value is (65,76,114). Sum of RGB (Red+Green+Blue) = 65+76+114=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: blue. Hex color #414C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414C72 is #BEB38D. Grayscale: #4C4C4C. Windows color (decimal): -12497806 or 7490625. OLE color: 7490625.

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

Color convert

RGB6576114-
CMYK0.430.3300.55
HSL226.53º27.37%35.1%-
HSV(B)226.53º42.98%44.71%-
XYZ7.87.5116.96-
YUV77.04148.86119.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.49%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=25.49%
G=29.80%
B=44.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65761140.430.3300.55226.5327.3735.1
Hex414C722B21037e31b23
Octal10111416253410673433343
Binary10000011001100111001010101110000101101111110001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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