#454D6F

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

Shades of Astronaut #454D6F

Tints of Astronaut #454D6F

Color information

#454D6F (or 0x454D6F) is unknown color: approx Astronaut. HEX triplet: 45, 4D and 6F. RGB value is (69,77,111). Sum of RGB (Red+Green+Blue) = 69+77+111=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #454D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454D6F is #BAB290. Grayscale: #4E4E4E. Windows color (decimal): -12235409 or 7294277. OLE color: 7294277.

HSL color Cylindrical-coordinate representation of color #454D6F: hue angle of 228.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #454D6F is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6977111-
CMYK0.380.3100.56
HSL228.57º23.33%35.29%-
HSV(B)228.57º37.84%43.53%-
XYZ7.987.7216.11-
YUV78.48146.35121.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 111 (43.75% from 255) = 43.19%
R=26.85%
G=29.96%
B=43.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69771110.380.3100.56228.5723.3335.29
Hex454D6F261F038e51723
Octal10511515746370703452743
Binary1000101100110111011111001101111101110001110010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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