#484F76

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

Shades of Astronaut #484F76

Tints of Astronaut #484F76

Color information

#484F76 (or 0x484F76) is unknown color: approx Astronaut. HEX triplet: 48, 4F and 76. RGB value is (72,79,118). Sum of RGB (Red+Green+Blue) = 72+79+118=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #484F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F76 is #B7B089. Grayscale: #515151. Windows color (decimal): -12038282 or 7753544. OLE color: 7753544.

HSL color Cylindrical-coordinate representation of color #484F76: hue angle of 230.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484F76 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7279118-
CMYK0.390.3300.54
HSL230.87º24.21%37.25%-
HSV(B)230.87º38.98%46.27%-
XYZ8.748.2818.28-
YUV81.35148.68121.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=26.77%
G=29.37%
B=43.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72791180.390.3300.54230.8724.2137.25
Hex484F762721036e71825
Octal11011716647410663473045
Binary10010001001111111011010011110000101101101110011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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