#4B5182

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

Shades of Astronaut #4B5182

Tints of Astronaut #4B5182

Color information

#4B5182 (or 0x4B5182) is unknown color: approx Astronaut. HEX triplet: 4B, 51 and 82. RGB value is (75,81,130). Sum of RGB (Red+Green+Blue) = 75+81+130=286 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.22% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5182 is #B4AE7D. Grayscale: #545454. Windows color (decimal): -11841150 or 8540491. OLE color: 8540491.

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

Color convert

RGB7581130-
CMYK0.420.3800.49
HSL233.45º26.83%40.2%-
HSV(B)233.45º42.31%50.98%-
XYZ9.878.9922.33-
YUV84.79153.51121.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.22%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=26.22%
G=28.32%
B=45.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75811300.420.3800.49233.4526.8340.2
Hex4B51822A26031e91b28
Octal11312120252460613513350
Binary100101110100011000001010101010011001100011110100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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