#484E79

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

Shades of Astronaut #484E79

Tints of Astronaut #484E79

Color information

#484E79 (or 0x484E79) is unknown color: approx Astronaut. HEX triplet: 48, 4E and 79. RGB value is (72,78,121). Sum of RGB (Red+Green+Blue) = 72+78+121=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #484E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E79 is #B7B186. Grayscale: #505050. Windows color (decimal): -12038535 or 7949896. OLE color: 7949896.

HSL color Cylindrical-coordinate representation of color #484E79: hue angle of 232.65º 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 #484E79 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7278121-
CMYK0.400.3600.53
HSL232.65º25.39%37.84%-
HSV(B)232.65º40.5%47.45%-
XYZ8.858.2119.21-
YUV81.11150.51121.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=26.57%
G=28.78%
B=44.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72781210.400.3600.53232.6525.3937.84
Hex484E792824035e91926
Octal11011617150440653513146
Binary10010001001110111100110100010010001101011110100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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