Html Css Color HEX #473B74 Meteorite

📋 copy color: '#473B74'

red 71 ◦ green 59 ◦ blue 116

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

Shades of Meteorite #473B74

Tints of Meteorite #473B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 28.86%
G = 23.98%
B = 47.15%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#473B74 (or 0x473B74) is known color: Meteorite. HEX triplet: 47, 3B and 74. RGB value is (71,59,116). Sum of RGB (Red+Green+Blue) = 71+59+116=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #473B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473B74 is #B8C48B. Grayscale: #444444. Windows color (decimal): -12108940 or 7617351. OLE color: 7617351.

HSL color Cylindrical-coordinate representation of color #473B74: hue angle of 252.63º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473B74 is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 59 116 -
CMYK 0.39 0.49 0 0.55
HSL 252.63º 0.33% 0.34% -
HSV(B) 252.63º 0.49% 0.45% -
XYZ 7.31 5.73 17.24 -
YUV 69.09 154.48 129.37 -
System Red Green Blue C M Y K H S L
Decimal 71 59 116 0.39 0.49 0 0.55 252.63 0.33 0.34
Hex 47 3B 74 27 31 0 37 FD 21 22
Octal 107 73 164 47 61 0 67 375 41 42
Binary 1000111 111011 1110100 100111 110001 0 110111 11111101 100001 100010

Color Harmonies of #473B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B74

Black with #473B74

Text Example


Text Example

White with #473B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473B74; }

 p { color: rgb(71,59,116); }

 H1.HeaderClassName
 {
   color: #473B74;
 }
 .AnyTagClassName
 {
   color: #473B74;
 }
</style>

background-color css

<style>
 a { background-color: #473B74; }

 a { background-color: rgb(71,59,116); }

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

border-color css

<style>
 span { border-color: #473B74; }

 span { border-color: rgb(71,59,116); }

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