Html Css Color HEX #473D76 Meteorite

📋 copy color: '#473D76'

red 71 ◦ green 61 ◦ blue 118

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

Shades of Meteorite #473D76

Tints of Meteorite #473D76

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.4%

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

R = 28.4%
G = 24.4%
B = 47.2%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#473D76 (or 0x473D76) is known color: Meteorite. HEX triplet: 47, 3D and 76. RGB value is (71,61,118). Sum of RGB (Red+Green+Blue) = 71+61+118=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #473D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D76 is #B8C289. Grayscale: #464646. Windows color (decimal): -12108426 or 7748935. OLE color: 7748935.

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

Color convert

RGB 71 61 118 -
CMYK 0.40 0.48 0 0.54
HSL 250.53º 0.32% 0.35% -
HSV(B) 250.53º 0.48% 0.46% -
XYZ 7.54 5.99 17.9 -
YUV 70.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 71 61 118 0.40 0.48 0 0.54 250.53 0.32 0.35
Hex 47 3D 76 28 30 0 36 FB 20 23
Octal 107 75 166 50 60 0 66 373 40 43
Binary 1000111 111101 1110110 101000 110000 0 110110 11111011 100000 100011

Color Harmonies of #473D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D76

Black with #473D76

Text Example


Text Example

White with #473D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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