#484D72

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

Shades of Astronaut #484D72

Tints of Astronaut #484D72

Color information

#484D72 (or 0x484D72) is unknown color: approx Astronaut. HEX triplet: 48, 4D and 72. RGB value is (72,77,114). Sum of RGB (Red+Green+Blue) = 72+77+114=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #484D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D72 is #B7B28D. Grayscale: #4F4F4F. Windows color (decimal): -12038798 or 7490888. OLE color: 7490888.

HSL color Cylindrical-coordinate representation of color #484D72: hue angle of 232.86º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484D72 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7277114-
CMYK0.370.3200.55
HSL232.86º22.58%36.47%-
HSV(B)232.86º36.84%44.71%-
XYZ8.367.917-
YUV79.72147.34122.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=27.38%
G=29.28%
B=43.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72771140.370.3200.55232.8622.5836.47
Hex484D722520037e91724
Octal11011516245400673512744
Binary10010001001101111001010010110000001101111110100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,114); }

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

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

 a { background-color: rgb(72,77,114); }

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

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

 span { border-color: rgb(72,77,114); }

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