#4C547E

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

Shades of Astronaut #4C547E

Tints of Astronaut #4C547E

Color information

#4C547E (or 0x4C547E) is unknown color: approx Astronaut. HEX triplet: 4C, 54 and 7E. RGB value is (76,84,126). Sum of RGB (Red+Green+Blue) = 76+84+126=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C547E is #B3AB81. Grayscale: #565656. Windows color (decimal): -11774850 or 8279116. OLE color: 8279116.

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

Color convert

RGB7684126-
CMYK0.400.3300.51
HSL230.4º24.75%39.61%-
HSV(B)230.4º39.68%49.41%-
XYZ9.929.3821.03-
YUV86.4150.35120.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 126 (49.61% from 255) = 44.06%
R=26.57%
G=29.37%
B=44.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76841260.400.3300.51230.424.7539.61
Hex4C547E2821033e61928
Octal11412417650410633463150
Binary10011001010100111111010100010000101100111110011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,84,126); }

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

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

 a { background-color: rgb(76,84,126); }

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

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

 span { border-color: rgb(76,84,126); }

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