Html Css Color HEX #473C76 Meteorite

📋 copy color: '#473C76'

red 71 ◦ green 60 ◦ blue 118

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

Shades of Meteorite #473C76

Tints of Meteorite #473C76

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 28.51%
G = 24.1%
B = 47.39%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#473C76 (or 0x473C76) is known color: Meteorite. HEX triplet: 47, 3C and 76. RGB value is (71,60,118). Sum of RGB (Red+Green+Blue) = 71+60+118=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #473C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C76 is #B8C389. Grayscale: #454545. Windows color (decimal): -12108682 or 7748679. OLE color: 7748679.

HSL color Cylindrical-coordinate representation of color #473C76: hue angle of 251.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #473C76 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 60 118 -
CMYK 0.40 0.49 0 0.54
HSL 251.38º 0.33% 0.35% -
HSV(B) 251.38º 0.49% 0.46% -
XYZ 7.48 5.88 17.88 -
YUV 69.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 71 60 118 0.40 0.49 0 0.54 251.38 0.33 0.35
Hex 47 3C 76 28 31 0 36 FB 21 23
Octal 107 74 166 50 61 0 66 373 41 43
Binary 1000111 111100 1110110 101000 110001 0 110110 11111011 100001 100011

Color Harmonies of #473C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C76

Black with #473C76

Text Example


Text Example

White with #473C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,118); }

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

background-color css

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

 a { background-color: rgb(71,60,118); }

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

border-color css

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

 span { border-color: rgb(71,60,118); }

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