#4B5179

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

Shades of Astronaut #4B5179

Tints of Astronaut #4B5179

Color information

#4B5179 (or 0x4B5179) is unknown color: approx Astronaut. HEX triplet: 4B, 51 and 79. RGB value is (75,81,121). Sum of RGB (Red+Green+Blue) = 75+81+121=277 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.08% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5179 is #B4AE86. Grayscale: #535353. Windows color (decimal): -11841159 or 7950667. OLE color: 7950667.

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

Color convert

RGB7581121-
CMYK0.380.3300.53
HSL232.17º23.47%38.43%-
HSV(B)232.17º38.02%47.45%-
XYZ9.38.7619.29-
YUV83.77149.01121.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.08%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=27.08%
G=29.24%
B=43.68%

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
Decimal75811210.380.3300.53232.1723.4738.43
Hex4B51792621035e81726
Octal11312117146410653502746
Binary10010111010001111100110011010000101101011110100010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,81,121); }

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

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

 a { background-color: rgb(75,81,121); }

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

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

 span { border-color: rgb(75,81,121); }

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