Html Css Color HEX #473366 Meteorite

📋 copy color: '#473366'

red 71 ◦ green 51 ◦ blue 102

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

Shades of Meteorite #473366

Tints of Meteorite #473366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

 BLUE value IS 102 (40.23% from 255) = 45.54%

R = 31.7%
G = 22.77%
B = 45.54%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#473366 (or 0x473366) is known color: Meteorite. HEX triplet: 47, 33 and 66. RGB value is (71,51,102). Sum of RGB (Red+Green+Blue) = 71+51+102=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #473366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473366 is #B8CC99. Grayscale: #3E3E3E. Windows color (decimal): -12111002 or 6697799. OLE color: 6697799.

HSL color Cylindrical-coordinate representation of color #473366: hue angle of 263.53º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473366 is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 51 102 -
CMYK 0.30 0.5 0 0.6
HSL 263.53º 0.33% 0.3% -
HSV(B) 263.53º 0.5% 0.4% -
XYZ 6.18 4.67 13.15 -
YUV 62.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 71 51 102 0.30 0.5 0 0.6 263.53 0.33 0.3
Hex 47 33 66 1E 32 0 3C 108 21 1E
Octal 107 63 146 36 62 0 74 410 41 36
Binary 1000111 110011 1100110 11110 110010 0 111100 100001000 100001 11110

Color Harmonies of #473366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473366

Black with #473366

Text Example


Text Example

White with #473366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473366; }

 p { color: rgb(71,51,102); }

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

background-color css

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

 a { background-color: rgb(71,51,102); }

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

border-color css

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

 span { border-color: rgb(71,51,102); }

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