#454F7A

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

Shades of Astronaut #454F7A

Tints of Astronaut #454F7A

Color information

#454F7A (or 0x454F7A) is unknown color: approx Astronaut. HEX triplet: 45, 4F and 7A. RGB value is (69,79,122). Sum of RGB (Red+Green+Blue) = 69+79+122=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #454F7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F7A is #BAB085. Grayscale: #505050. Windows color (decimal): -12234886 or 8015685. OLE color: 8015685.

HSL color Cylindrical-coordinate representation of color #454F7A: hue angle of 228.68º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #454F7A is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6979122-
CMYK0.430.3500.52
HSL228.68º27.75%37.45%-
HSV(B)228.68º43.44%47.84%-
XYZ8.768.2619.55-
YUV80.91151.19119.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=25.56%
G=29.26%
B=45.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69791220.430.3500.52228.6827.7537.45
Hex454F7A2B23034e51c25
Octal10511717253430643453445
Binary10001011001111111101010101110001101101001110010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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