Html Css Color HEX #473468 Meteorite

📋 copy color: '#473468'

red 71 ◦ green 52 ◦ blue 104

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

Shades of Meteorite #473468

Tints of Meteorite #473468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 104 (41.02% from 255) = 45.81%

R = 31.28%
G = 22.91%
B = 45.81%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473468 (or 0x473468) is known color: Meteorite. HEX triplet: 47, 34 and 68. RGB value is (71,52,104). Sum of RGB (Red+Green+Blue) = 71+52+104=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #473468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473468 is #B8CB97. Grayscale: #3F3F3F. Windows color (decimal): -12110744 or 6829127. OLE color: 6829127.

HSL color Cylindrical-coordinate representation of color #473468: hue angle of 261.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473468 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 52 104 -
CMYK 0.32 0.50 0 0.59
HSL 261.92º 0.33% 0.31% -
HSV(B) 261.92º 0.5% 0.41% -
XYZ 6.33 4.8 13.69 -
YUV 63.61 150.79 133.27 -
System Red Green Blue C M Y K H S L
Decimal 71 52 104 0.32 0.50 0 0.59 261.92 0.33 0.31
Hex 47 34 68 20 32 0 3B 106 21 1F
Octal 107 64 150 40 62 0 73 406 41 37
Binary 1000111 110100 1101000 100000 110010 0 111011 100000110 100001 11111

Color Harmonies of #473468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473468

Black with #473468

Text Example


Text Example

White with #473468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473468; }

 p { color: rgb(71,52,104); }

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

background-color css

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

 a { background-color: rgb(71,52,104); }

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

border-color css

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

 span { border-color: rgb(71,52,104); }

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