Html Css Color HEX #474E75 Astronaut

📋 copy color: '#474E75'

red 71 ◦ green 78 ◦ blue 117

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

Shades of Astronaut #474E75

Tints of Astronaut #474E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.98%

R = 26.69%
G = 29.32%
B = 43.98%

CMYK

 C value IS 0.39

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#474E75 (or 0x474E75) is known color: Astronaut. HEX triplet: 47, 4E and 75. RGB value is (71,78,117). Sum of RGB (Red+Green+Blue) = 71+78+117=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #474E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E75 is #B8B18A. Grayscale: #505050. Windows color (decimal): -12104075 or 7687751. OLE color: 7687751.

HSL color Cylindrical-coordinate representation of color #474E75: hue angle of 230.87º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #474E75 is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 78 117 -
CMYK 0.39 0.33 0 0.54
HSL 230.87º 0.24% 0.37% -
HSV(B) 230.87º 0.39% 0.46% -
XYZ 8.53 8.07 17.94 -
YUV 80.35 148.68 121.33 -
System Red Green Blue C M Y K H S L
Decimal 71 78 117 0.39 0.33 0 0.54 230.87 0.24 0.37
Hex 47 4E 75 27 21 0 36 E7 18 25
Octal 107 116 165 47 41 0 66 347 30 45
Binary 1000111 1001110 1110101 100111 100001 0 110110 11100111 11000 100101

Color Harmonies of #474E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E75

Black with #474E75

Text Example


Text Example

White with #474E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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