#414F73

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

Shades of Astronaut #414F73

Tints of Astronaut #414F73

Color information

#414F73 (or 0x414F73) is unknown color: approx Astronaut. HEX triplet: 41, 4F and 73. RGB value is (65,79,115). Sum of RGB (Red+Green+Blue) = 65+79+115=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #414F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F73 is #BEB08C. Grayscale: #4E4E4E. Windows color (decimal): -12497037 or 7556929. OLE color: 7556929.

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

Color convert

RGB6579115-
CMYK0.430.3100.55
HSL223.2º27.78%35.29%-
HSV(B)223.2º43.48%45.1%-
XYZ8.077.9517.33-
YUV78.92148.36118.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=25.10%
G=30.50%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65791150.430.3100.55223.227.7835.29
Hex414F732B1F037df1c23
Octal10111716353370673373443
Binary1000001100111111100111010111111101101111101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,115); }

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

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

 a { background-color: rgb(65,79,115); }

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

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

 span { border-color: rgb(65,79,115); }

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