#474F7B

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

Shades of Astronaut #474F7B

Tints of Astronaut #474F7B

Color information

#474F7B (or 0x474F7B) is unknown color: approx Astronaut. HEX triplet: 47, 4F and 7B. RGB value is (71,79,123). Sum of RGB (Red+Green+Blue) = 71+79+123=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #474F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F7B is #B8B084. Grayscale: #515151. Windows color (decimal): -12103813 or 8081223. OLE color: 8081223.

HSL color Cylindrical-coordinate representation of color #474F7B: hue angle of 230.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #474F7B is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7179123-
CMYK0.420.3600.52
HSL230.77º26.8%38.04%-
HSV(B)230.77º42.28%48.24%-
XYZ8.978.3619.88-
YUV81.62151.35120.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=26.01%
G=28.94%
B=45.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal71791230.420.3600.52230.7726.838.04
Hex474F7B2A24034e71b26
Octal10711717352440643473346
Binary10001111001111111101110101010010001101001110011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F7B; }

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

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

<style>
 a { background-color: #474F7B; }

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

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

<style>
 span { border-color: #474F7B; }

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

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