#484F73

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

Shades of Astronaut #484F73

Tints of Astronaut #484F73

Color information

#484F73 (or 0x484F73) is unknown color: approx Astronaut. HEX triplet: 48, 4F and 73. RGB value is (72,79,115). Sum of RGB (Red+Green+Blue) = 72+79+115=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #484F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F73 is #B7B08C. Grayscale: #505050. Windows color (decimal): -12038285 or 7556936. OLE color: 7556936.

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

Color convert

RGB7279115-
CMYK0.370.3100.55
HSL230.23º22.99%36.67%-
HSV(B)230.23º37.39%45.1%-
XYZ8.568.2117.35-
YUV81.01147.18121.57-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 115 (45.31% from 255) = 43.23%
R=27.07%
G=29.70%
B=43.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal72791150.370.3100.55230.2322.9936.67
Hex484F73251F037e61725
Octal11011716345370673462745
Binary1001000100111111100111001011111101101111110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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