#484E7B

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

Shades of Astronaut #484E7B

Tints of Astronaut #484E7B

Color information

#484E7B (or 0x484E7B) is unknown color: approx Astronaut. HEX triplet: 48, 4E and 7B. RGB value is (72,78,123). Sum of RGB (Red+Green+Blue) = 72+78+123=273 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.37% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #484E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E7B is #B7B184. Grayscale: #515151. Windows color (decimal): -12038533 or 8080968. OLE color: 8080968.

HSL color Cylindrical-coordinate representation of color #484E7B: hue angle of 232.94º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #484E7B is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7278123-
CMYK0.410.3700.52
HSL232.94º26.15%38.24%-
HSV(B)232.94º41.46%48.24%-
XYZ8.978.2619.86-
YUV81.34151.51121.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.37%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=26.37%
G=28.57%
B=45.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal72781230.410.3700.52232.9426.1538.24
Hex484E7B2925034e91a26
Octal11011617351450643513246
Binary10010001001110111101110100110010101101001110100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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