#454F75

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

Shades of Astronaut #454F75

Tints of Astronaut #454F75

Color information

#454F75 (or 0x454F75) is unknown color: approx Astronaut. HEX triplet: 45, 4F and 75. RGB value is (69,79,117). Sum of RGB (Red+Green+Blue) = 69+79+117=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #454F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F75 is #BAB08A. Grayscale: #505050. Windows color (decimal): -12234891 or 7688005. OLE color: 7688005.

HSL color Cylindrical-coordinate representation of color #454F75: hue angle of 227.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454F75 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6979117-
CMYK0.410.3200.54
HSL227.5º25.81%36.47%-
HSV(B)227.5º41.03%45.88%-
XYZ8.468.1417.96-
YUV80.34148.69119.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 117 (46.09% from 255) = 44.15%
R=26.04%
G=29.81%
B=44.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69791170.410.3200.54227.525.8136.47
Hex454F752920036e41a24
Octal10511716551400663443244
Binary10001011001111111010110100110000001101101110010011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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