Html Css Color HEX #473268 Meteorite

📋 copy color: '#473268'

red 71 ◦ green 50 ◦ blue 104

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

Shades of Meteorite #473268

Tints of Meteorite #473268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

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

R = 31.56%
G = 22.22%
B = 46.22%

CMYK

 C value IS 0.32

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473268 (or 0x473268) is known color: Meteorite. HEX triplet: 47, 32 and 68. RGB value is (71,50,104). Sum of RGB (Red+Green+Blue) = 71+50+104=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #473268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473268 is #B8CD97. Grayscale: #3E3E3E. Windows color (decimal): -12111256 or 6828615. OLE color: 6828615.

HSL color Cylindrical-coordinate representation of color #473268: hue angle of 263.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473268 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 50 104 -
CMYK 0.32 0.52 0 0.59
HSL 263.33º 0.35% 0.3% -
HSV(B) 263.33º 0.52% 0.41% -
XYZ 6.24 4.62 13.66 -
YUV 62.44 151.46 134.11 -
System Red Green Blue C M Y K H S L
Decimal 71 50 104 0.32 0.52 0 0.59 263.33 0.35 0.3
Hex 47 32 68 20 34 0 3B 107 23 1E
Octal 107 62 150 40 64 0 73 407 43 36
Binary 1000111 110010 1101000 100000 110100 0 111011 100000111 100011 11110

Color Harmonies of #473268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473268

Black with #473268

Text Example


Text Example

White with #473268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473268; }

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

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

background-color css

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

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

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

border-color css

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

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

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