Html Css Color HEX #474E7C Astronaut

📋 copy color: '#474E7C'

red 71 ◦ green 78 ◦ blue 124

#474E7C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #474E7C

Tints of Astronaut #474E7C

RGB

 RED value IS 71 (28.13% from 255) = 26.01%

 GREEN value IS 78 (30.86% from 255) = 28.57%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 26.01%
G = 28.57%
B = 45.42%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#474E7C (or 0x474E7C) is known color: Astronaut. HEX triplet: 47, 4E and 7C. RGB value is (71,78,124). Sum of RGB (Red+Green+Blue) = 71+78+124=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #474E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E7C is #B8B183. Grayscale: #505050. Windows color (decimal): -12104068 or 8146503. OLE color: 8146503.

HSL color Cylindrical-coordinate representation of color #474E7C: hue angle of 232.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474E7C is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 78 124 -
CMYK 0.43 0.37 0 0.51
HSL 232.08º 0.27% 0.38% -
HSV(B) 232.08º 0.43% 0.49% -
XYZ 8.96 8.24 20.19 -
YUV 81.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 71 78 124 0.43 0.37 0 0.51 232.08 0.27 0.38
Hex 47 4E 7C 2B 25 0 33 E8 1B 26
Octal 107 116 174 53 45 0 63 350 33 46
Binary 1000111 1001110 1111100 101011 100101 0 110011 11101000 11011 100110

Color Harmonies of #474E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E7C

Black with #474E7C

Text Example


Text Example

White with #474E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,78,124); }

 H1.HeaderClassName
 {
   color: #474E7C;
 }
 .AnyTagClassName
 {
   color: #474E7C;
 }
</style>

background-color css

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

 a { background-color: rgb(71,78,124); }

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

border-color css

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

 span { border-color: rgb(71,78,124); }

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