#4B5282

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

Shades of Astronaut #4B5282

Tints of Astronaut #4B5282

Color information

#4B5282 (or 0x4B5282) is unknown color: approx Astronaut. HEX triplet: 4B, 52 and 82. RGB value is (75,82,130). Sum of RGB (Red+Green+Blue) = 75+82+130=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B5282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5282 is #B4AD7D. Grayscale: #555555. Windows color (decimal): -11840894 or 8540747. OLE color: 8540747.

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

Color convert

RGB7582130-
CMYK0.420.3700.49
HSL232.36º26.83%40.2%-
HSV(B)232.36º42.31%50.98%-
XYZ9.959.1422.36-
YUV85.38153.18120.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.13%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=26.13%
G=28.57%
B=45.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75821300.420.3700.49232.3626.8340.2
Hex4B52822A25031e81b28
Octal11312220252450613503350
Binary100101110100101000001010101010010101100011110100011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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