#484D77

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

Shades of Astronaut #484D77

Tints of Astronaut #484D77

Color information

#484D77 (or 0x484D77) is unknown color: approx Astronaut. HEX triplet: 48, 4D and 77. RGB value is (72,77,119). Sum of RGB (Red+Green+Blue) = 72+77+119=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #484D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D77 is #B7B288. Grayscale: #505050. Windows color (decimal): -12038793 or 7818568. OLE color: 7818568.

HSL color Cylindrical-coordinate representation of color #484D77: hue angle of 233.62º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #484D77 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7277119-
CMYK0.390.3500.53
HSL233.62º24.61%37.45%-
HSV(B)233.62º39.5%46.67%-
XYZ8.668.0218.54-
YUV80.29149.84122.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 77 (30.47% from 255) = 28.73%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=26.87%
G=28.73%
B=44.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal72771190.390.3500.53233.6224.6137.45
Hex484D772723035ea1925
Octal11011516747430653523145
Binary10010001001101111011110011110001101101011110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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