#4F5278

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

Shades of Astronaut #4F5278

Tints of Astronaut #4F5278

Color information

#4F5278 (or 0x4F5278) is unknown color: approx Astronaut. HEX triplet: 4F, 52 and 78. RGB value is (79,82,120). Sum of RGB (Red+Green+Blue) = 79+82+120=281 (37% of max value = 765). Red value is 79 (31.25% from 255 or 28.11% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 120 (47.27% from 255 or 42.70% from 281); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F5278 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5278 is #B0AD87. Grayscale: #555555. Windows color (decimal): -11578760 or 7885391. OLE color: 7885391.

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

Color convert

RGB7982120-
CMYK0.340.3200.53
HSL235.61º20.6%39.02%-
HSV(B)235.61º34.17%47.06%-
XYZ9.639.0519.01-
YUV85.44147.51123.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.11%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 120 (47.27% from 255) = 42.70%
R=28.11%
G=29.18%
B=42.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal79821200.340.3200.53235.6120.639.02
Hex4F52782220035ec1527
Octal11712217042400653542547
Binary10011111010010111100010001010000001101011110110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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