#4F527B

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

Shades of Astronaut #4F527B

Tints of Astronaut #4F527B

Color information

#4F527B (or 0x4F527B) is unknown color: approx Astronaut. HEX triplet: 4F, 52 and 7B. RGB value is (79,82,123). Sum of RGB (Red+Green+Blue) = 79+82+123=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F527B is #B0AD84. Grayscale: #555555. Windows color (decimal): -11578757 or 8081999. OLE color: 8081999.

HSL color Cylindrical-coordinate representation of color #4F527B: hue angle of 235.91º 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 #4F527B is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7982123-
CMYK0.360.3300.52
HSL235.91º21.78%39.61%-
HSV(B)235.91º35.77%48.24%-
XYZ9.829.1319.98-
YUV85.78149.01123.17-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 123 (48.44% from 255) = 43.31%
R=27.82%
G=28.87%
B=43.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal79821230.360.3300.52235.9121.7839.61
Hex4F527B2421034ec1628
Octal11712217344410643542650
Binary10011111010010111101110010010000101101001110110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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