#4C5182

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

Shades of Astronaut #4C5182

Tints of Astronaut #4C5182

Color information

#4C5182 (or 0x4C5182) is unknown color: approx Astronaut. HEX triplet: 4C, 51 and 82. RGB value is (76,81,130). Sum of RGB (Red+Green+Blue) = 76+81+130=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 81 (32.03% from 255 or 28.22% 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 #4C5182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5182 is #B3AE7D. Grayscale: #545454. Windows color (decimal): -11775614 or 8540492. OLE color: 8540492.

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

Color convert

RGB7681130-
CMYK0.420.3800.49
HSL234.44º26.21%40.39%-
HSV(B)234.44º41.54%50.98%-
XYZ9.959.0322.34-
YUV85.09153.34121.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=26.48%
G=28.22%
B=45.30%

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
Decimal76811300.420.3800.49234.4426.2140.39
Hex4C51822A26031ea1a28
Octal11412120252460613523250
Binary100110010100011000001010101010011001100011110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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