#484E7A

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

Shades of Astronaut #484E7A

Tints of Astronaut #484E7A

Color information

#484E7A (or 0x484E7A) is unknown color: approx Astronaut. HEX triplet: 48, 4E and 7A. RGB value is (72,78,122). Sum of RGB (Red+Green+Blue) = 72+78+122=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #484E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E7A is #B7B185. Grayscale: #515151. Windows color (decimal): -12038534 or 8015432. OLE color: 8015432.

HSL color Cylindrical-coordinate representation of color #484E7A: hue angle of 232.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484E7A is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7278122-
CMYK0.410.3600.52
HSL232.8º25.77%38.04%-
HSV(B)232.8º40.98%47.84%-
XYZ8.918.2319.53-
YUV81.22151.01121.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=26.47%
G=28.68%
B=44.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72781220.410.3600.52232.825.7738.04
Hex484E7A2924034e91a26
Octal11011617251440643513246
Binary10010001001110111101010100110010001101001110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484E7A; }

 p { color: rgb(72,78,122); }

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

<style>
 a { background-color: #484E7A; }

 a { background-color: rgb(72,78,122); }

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

<style>
 span { border-color: #484E7A; }

 span { border-color: rgb(72,78,122); }

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