Html Css Color HEX #474E7D Astronaut

📋 copy color: '#474E7D'

red 71 ◦ green 78 ◦ blue 125

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

Shades of Astronaut #474E7D

Tints of Astronaut #474E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.62%

R = 25.91%
G = 28.47%
B = 45.62%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#474E7D (or 0x474E7D) is known color: Astronaut. HEX triplet: 47, 4E and 7D. RGB value is (71,78,125). Sum of RGB (Red+Green+Blue) = 71+78+125=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #474E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E7D is #B8B182. Grayscale: #515151. Windows color (decimal): -12104067 or 8212039. OLE color: 8212039.

HSL color Cylindrical-coordinate representation of color #474E7D: hue angle of 232.22º degrees, saturation: 0.28, 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 #474E7D is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 78 125 -
CMYK 0.43 0.38 0 0.51
HSL 232.22º 0.28% 0.38% -
HSV(B) 232.22º 0.43% 0.49% -
XYZ 9.02 8.27 20.52 -
YUV 81.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 71 78 125 0.43 0.38 0 0.51 232.22 0.28 0.38
Hex 47 4E 7D 2B 26 0 33 E8 1C 26
Octal 107 116 175 53 46 0 63 350 34 46
Binary 1000111 1001110 1111101 101011 100110 0 110011 11101000 11100 100110

Color Harmonies of #474E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E7D

Black with #474E7D

Text Example


Text Example

White with #474E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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