Html Css Color HEX #473976 Meteorite

📋 copy color: '#473976'

red 71 ◦ green 57 ◦ blue 118

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

Shades of Meteorite #473976

Tints of Meteorite #473976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 28.86%
G = 23.17%
B = 47.97%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#473976 (or 0x473976) is known color: Meteorite. HEX triplet: 47, 39 and 76. RGB value is (71,57,118). Sum of RGB (Red+Green+Blue) = 71+57+118=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 118 (46.48% from 255 or 47.97% from 246); Max value from RGB is 118 - color contains mainly: blue. Hex color #473976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473976 is #B8C689. Grayscale: #434343. Windows color (decimal): -12109450 or 7747911. OLE color: 7747911.

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

Color convert

RGB 71 57 118 -
CMYK 0.40 0.52 0 0.54
HSL 253.77º 0.35% 0.34% -
HSV(B) 253.77º 0.52% 0.46% -
XYZ 7.33 5.57 17.83 -
YUV 68.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 71 57 118 0.40 0.52 0 0.54 253.77 0.35 0.34
Hex 47 39 76 28 34 0 36 FE 23 22
Octal 107 71 166 50 64 0 66 376 43 42
Binary 1000111 111001 1110110 101000 110100 0 110110 11111110 100011 100010

Color Harmonies of #473976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473976

Black with #473976

Text Example


Text Example

White with #473976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473976; }

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

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

background-color css

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

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

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

border-color css

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

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

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