#4B557B

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

Shades of Astronaut #4B557B

Tints of Astronaut #4B557B

Color information

#4B557B (or 0x4B557B) is unknown color: approx Astronaut. HEX triplet: 4B, 55 and 7B. RGB value is (75,85,123). Sum of RGB (Red+Green+Blue) = 75+85+123=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B557B is #B4AA84. Grayscale: #565656. Windows color (decimal): -11840133 or 8082763. OLE color: 8082763.

HSL color Cylindrical-coordinate representation of color #4B557B: hue angle of 227.5º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B557B is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7585123-
CMYK0.390.3100.52
HSL227.5º24.24%38.82%-
HSV(B)227.5º39.02%48.24%-
XYZ9.739.4220.05-
YUV86.34148.69119.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=26.50%
G=30.04%
B=43.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75851230.390.3100.52227.524.2438.82
Hex4B557B271F034e41827
Octal11312517347370643443047
Binary1001011101010111110111001111111101101001110010011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,85,123); }

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

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

 a { background-color: rgb(75,85,123); }

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

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

 span { border-color: rgb(75,85,123); }

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