Html Css Color HEX #473267 Meteorite

📋 copy color: '#473267'

red 71 ◦ green 50 ◦ blue 103

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

Shades of Meteorite #473267

Tints of Meteorite #473267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.98%

R = 31.7%
G = 22.32%
B = 45.98%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#473267 (or 0x473267) is known color: Meteorite. HEX triplet: 47, 32 and 67. RGB value is (71,50,103). Sum of RGB (Red+Green+Blue) = 71+50+103=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 103 - color contains mainly: blue. Hex color #473267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473267 is #B8CD98. Grayscale: #3E3E3E. Windows color (decimal): -12111257 or 6763079. OLE color: 6763079.

HSL color Cylindrical-coordinate representation of color #473267: hue angle of 263.77º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473267 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 50 103 -
CMYK 0.31 0.51 0 0.60
HSL 263.77º 0.35% 0.3% -
HSV(B) 263.77º 0.51% 0.4% -
XYZ 6.19 4.6 13.39 -
YUV 62.32 150.96 134.19 -
System Red Green Blue C M Y K H S L
Decimal 71 50 103 0.31 0.51 0 0.60 263.77 0.35 0.3
Hex 47 32 67 1F 33 0 3C 108 23 1E
Octal 107 62 147 37 63 0 74 410 43 36
Binary 1000111 110010 1100111 11111 110011 0 111100 100001000 100011 11110

Color Harmonies of #473267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473267

Black with #473267

Text Example


Text Example

White with #473267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473267; }

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

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

background-color css

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

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

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

border-color css

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

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

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