#454F7C

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

Shades of Astronaut #454F7C

Tints of Astronaut #454F7C

Color information

#454F7C (or 0x454F7C) is unknown color: approx Astronaut. HEX triplet: 45, 4F and 7C. RGB value is (69,79,124). Sum of RGB (Red+Green+Blue) = 69+79+124=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #454F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454F7C is #BAB083. Grayscale: #505050. Windows color (decimal): -12234884 or 8146757. OLE color: 8146757.

HSL color Cylindrical-coordinate representation of color #454F7C: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #454F7C is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6979124-
CMYK0.440.3600.51
HSL229.09º28.5%37.84%-
HSV(B)229.09º44.35%48.63%-
XYZ8.898.3120.2-
YUV81.14152.19119.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=25.37%
G=29.04%
B=45.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69791240.440.3600.51229.0928.537.84
Hex454F7C2C24033e51c26
Octal10511717454440633453446
Binary10001011001111111110010110010010001100111110010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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