#454F71

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

Shades of Astronaut #454F71

Tints of Astronaut #454F71

Color information

#454F71 (or 0x454F71) is unknown color: approx Astronaut. HEX triplet: 45, 4F and 71. RGB value is (69,79,113). Sum of RGB (Red+Green+Blue) = 69+79+113=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #454F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F71 is #BAB08E. Grayscale: #4F4F4F. Windows color (decimal): -12234895 or 7425861. OLE color: 7425861.

HSL color Cylindrical-coordinate representation of color #454F71: hue angle of 226.36º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #454F71 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6979113-
CMYK0.390.3000.56
HSL226.36º24.18%35.69%-
HSV(B)226.36º38.94%44.31%-
XYZ8.238.0516.74-
YUV79.89146.69120.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 113 (44.53% from 255) = 43.30%
R=26.44%
G=30.27%
B=43.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69791130.390.3000.56226.3624.1835.69
Hex454F71271E038e21824
Octal10511716147360703423044
Binary1000101100111111100011001111111001110001110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454F71; }

 p { color: rgb(69,79,113); }

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

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

 a { background-color: rgb(69,79,113); }

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

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

 span { border-color: rgb(69,79,113); }

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