#4F547B

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

Shades of Astronaut #4F547B

Tints of Astronaut #4F547B

Color information

#4F547B (or 0x4F547B) is unknown color: approx Astronaut. HEX triplet: 4F, 54 and 7B. RGB value is (79,84,123). Sum of RGB (Red+Green+Blue) = 79+84+123=286 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.62% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F547B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F547B is #B0AB84. Grayscale: #565656. Windows color (decimal): -11578245 or 8082511. OLE color: 8082511.

HSL color Cylindrical-coordinate representation of color #4F547B: hue angle of 233.18º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F547B is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7984123-
CMYK0.360.3200.52
HSL233.18º21.78%39.61%-
HSV(B)233.18º35.77%48.24%-
XYZ9.979.4320.03-
YUV86.95148.34122.33-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.62%
GREEN value IS 84 (33.20% from 255) = 29.37%
BLUE value IS 123 (48.44% from 255) = 43.01%
R=27.62%
G=29.37%
B=43.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79841230.360.3200.52233.1821.7839.61
Hex4F547B2420034e91628
Octal11712417344400643512650
Binary10011111010100111101110010010000001101001110100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,84,123); }

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

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

 a { background-color: rgb(79,84,123); }

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

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

 span { border-color: rgb(79,84,123); }

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