#4B5379

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

Shades of Astronaut #4B5379

Tints of Astronaut #4B5379

Color information

#4B5379 (or 0x4B5379) is unknown color: approx Astronaut. HEX triplet: 4B, 53 and 79. RGB value is (75,83,121). Sum of RGB (Red+Green+Blue) = 75+83+121=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B5379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5379 is #B4AC86. Grayscale: #545454. Windows color (decimal): -11840647 or 7951179. OLE color: 7951179.

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

Color convert

RGB7583121-
CMYK0.380.3100.53
HSL229.57º23.47%38.43%-
HSV(B)229.57º38.02%47.45%-
XYZ9.459.0619.34-
YUV84.94148.35120.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 83 (32.81% from 255) = 29.75%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=26.88%
G=29.75%
B=43.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75831210.380.3100.53229.5723.4738.43
Hex4B5379261F035e61726
Octal11312317146370653462746
Binary1001011101001111110011001101111101101011110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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