#484E75

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

Shades of Astronaut #484E75

Tints of Astronaut #484E75

Color information

#484E75 (or 0x484E75) is unknown color: approx Astronaut. HEX triplet: 48, 4E and 75. RGB value is (72,78,117). Sum of RGB (Red+Green+Blue) = 72+78+117=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #484E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E75 is #B7B18A. Grayscale: #505050. Windows color (decimal): -12038539 or 7687752. OLE color: 7687752.

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

Color convert

RGB7278117-
CMYK0.380.3300.54
HSL232º23.81%37.06%-
HSV(B)232º38.46%45.88%-
XYZ8.618.1117.94-
YUV80.65148.51121.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 78 (30.86% from 255) = 29.21%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=26.97%
G=29.21%
B=43.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72781170.380.3300.5423223.8137.06
Hex484E752621036e81825
Octal11011616546410663503045
Binary10010001001110111010110011010000101101101110100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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