#484F7F

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

Shades of Astronaut #484F7F

Tints of Astronaut #484F7F

Color information

#484F7F (or 0x484F7F) is unknown color: approx Astronaut. HEX triplet: 48, 4F and 7F. RGB value is (72,79,127). Sum of RGB (Red+Green+Blue) = 72+79+127=278 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.90% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #484F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F7F is #B7B080. Grayscale: #525252. Windows color (decimal): -12038273 or 8343368. OLE color: 8343368.

HSL color Cylindrical-coordinate representation of color #484F7F: hue angle of 232.36º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484F7F is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7279127-
CMYK0.430.3800.50
HSL232.36º27.64%39.02%-
HSV(B)232.36º43.31%49.8%-
XYZ9.38.521.23-
YUV82.38153.18120.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.90%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 127 (50% from 255) = 45.68%
R=25.90%
G=28.42%
B=45.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72791270.430.3800.50232.3627.6439.02
Hex484F7F2B26032e81c27
Octal11011717753460623503447
Binary10010001001111111111110101110011001100101110100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,127); }

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

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

 a { background-color: rgb(72,79,127); }

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

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

 span { border-color: rgb(72,79,127); }

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