#4A5278

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

Shades of Astronaut #4A5278

Tints of Astronaut #4A5278

Color information

#4A5278 (or 0x4A5278) is unknown color: approx Astronaut. HEX triplet: 4A, 52 and 78. RGB value is (74,82,120). Sum of RGB (Red+Green+Blue) = 74+82+120=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5278 is #B5AD87. Grayscale: #535353. Windows color (decimal): -11906440 or 7885386. OLE color: 7885386.

HSL color Cylindrical-coordinate representation of color #4A5278: hue angle of 229.57º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A5278 is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7482120-
CMYK0.380.3200.53
HSL229.57º23.71%38.04%-
HSV(B)229.57º38.33%47.06%-
XYZ9.238.8518.99-
YUV83.94148.35120.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.81%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 120 (47.27% from 255) = 43.48%
R=26.81%
G=29.71%
B=43.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74821200.380.3200.53229.5723.7138.04
Hex4A52782620035e61826
Octal11212217046400653463046
Binary10010101010010111100010011010000001101011110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A5278; }

 p { color: rgb(74,82,120); }

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

<style>
 a { background-color: #4A5278; }

 a { background-color: rgb(74,82,120); }

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

<style>
 span { border-color: #4A5278; }

 span { border-color: rgb(74,82,120); }

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