#454D7B

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

Shades of Astronaut #454D7B

Tints of Astronaut #454D7B

Color information

#454D7B (or 0x454D7B) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 7B. RGB value is (69,77,123). Sum of RGB (Red+Green+Blue) = 69+77+123=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #454D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D7B is #BAB284. Grayscale: #4F4F4F. Windows color (decimal): -12235397 or 8080709. OLE color: 8080709.

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

Color convert

RGB6977123-
CMYK0.440.3700.52
HSL231.11º28.12%37.65%-
HSV(B)231.11º43.9%48.24%-
XYZ8.68819.83-
YUV79.85152.35120.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.65%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=25.65%
G=28.62%
B=45.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69771230.440.3700.52231.1128.1237.65
Hex454D7B2C25034e71c26
Octal10511517354450643473446
Binary10001011001101111101110110010010101101001110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,123); }

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

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

 a { background-color: rgb(69,77,123); }

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

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

 span { border-color: rgb(69,77,123); }

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