#484F78

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

Shades of Astronaut #484F78

Tints of Astronaut #484F78

Color information

#484F78 (or 0x484F78) is unknown color: approx Astronaut. HEX triplet: 48, 4F and 78. RGB value is (72,79,120). Sum of RGB (Red+Green+Blue) = 72+79+120=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #484F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F78 is #B7B087. Grayscale: #515151. Windows color (decimal): -12038280 or 7884616. OLE color: 7884616.

HSL color Cylindrical-coordinate representation of color #484F78: hue angle of 231.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #484F78 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7279120-
CMYK0.400.3400.53
HSL231.25º25%37.65%-
HSV(B)231.25º40%47.06%-
XYZ8.868.3318.91-
YUV81.58149.68121.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=26.57%
G=29.15%
B=44.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72791200.400.3400.53231.252537.65
Hex484F782822035e71926
Octal11011717050420653473146
Binary10010001001111111100010100010001001101011110011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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