Html Css Color HEX #474F81 Astronaut

📋 copy color: '#474F81'

red 71 ◦ green 79 ◦ blue 129

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

Shades of Astronaut #474F81

Tints of Astronaut #474F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.32%

 BLUE value IS 129 (50.78% from 255) = 46.24%

R = 25.45%
G = 28.32%
B = 46.24%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#474F81 (or 0x474F81) is known color: Astronaut. HEX triplet: 47, 4F and 81. RGB value is (71,79,129). Sum of RGB (Red+Green+Blue) = 71+79+129=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #474F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474F81 is #B8B07E. Grayscale: #525252. Windows color (decimal): -12103807 or 8474439. OLE color: 8474439.

HSL color Cylindrical-coordinate representation of color #474F81: hue angle of 231.72º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474F81 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 79 129 -
CMYK 0.45 0.39 0 0.49
HSL 231.72º 0.29% 0.39% -
HSV(B) 231.72º 0.45% 0.51% -
XYZ 9.36 8.52 21.92 -
YUV 82.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 71 79 129 0.45 0.39 0 0.49 231.72 0.29 0.39
Hex 47 4F 81 2D 27 0 31 E8 1D 27
Octal 107 117 201 55 47 0 61 350 35 47
Binary 1000111 1001111 10000001 101101 100111 0 110001 11101000 11101 100111

Color Harmonies of #474F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474F81

Black with #474F81

Text Example


Text Example

White with #474F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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