#4A5078

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

Shades of Astronaut #4A5078

Tints of Astronaut #4A5078

Color information

#4A5078 (or 0x4A5078) is unknown color: approx Astronaut. HEX triplet: 4A, 50 and 78. RGB value is (74,80,120). Sum of RGB (Red+Green+Blue) = 74+80+120=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A5078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5078 is #B5AF87. Grayscale: #525252. Windows color (decimal): -11906952 or 7884874. OLE color: 7884874.

HSL color Cylindrical-coordinate representation of color #4A5078: hue angle of 232.17º 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 #4A5078 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7480120-
CMYK0.380.3300.53
HSL232.17º23.71%38.04%-
HSV(B)232.17º38.33%47.06%-
XYZ9.088.5518.94-
YUV82.77149.01121.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.01%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 120 (47.27% from 255) = 43.80%
R=27.01%
G=29.20%
B=43.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal74801200.380.3300.53232.1723.7138.04
Hex4A50782621035e81826
Octal11212017046410653503046
Binary10010101010000111100010011010000101101011110100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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