#4B5382

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

Shades of Astronaut #4B5382

Tints of Astronaut #4B5382

Color information

#4B5382 (or 0x4B5382) is unknown color: approx Astronaut. HEX triplet: 4B, 53 and 82. RGB value is (75,83,130). Sum of RGB (Red+Green+Blue) = 75+83+130=288 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.04% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5382 is #B4AC7D. Grayscale: #555555. Windows color (decimal): -11840638 or 8541003. OLE color: 8541003.

HSL color Cylindrical-coordinate representation of color #4B5382: hue angle of 231.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B5382 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7583130-
CMYK0.420.3600.49
HSL231.27º26.83%40.2%-
HSV(B)231.27º42.31%50.98%-
XYZ10.029.2922.38-
YUV85.97152.85120.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.04%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=26.04%
G=28.82%
B=45.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75831300.420.3600.49231.2726.8340.2
Hex4B53822A24031e71b28
Octal11312320252440613473350
Binary100101110100111000001010101010010001100011110011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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