Html Css Color HEX #473269 Meteorite

📋 copy color: '#473269'

red 71 ◦ green 50 ◦ blue 105

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

Shades of Meteorite #473269

Tints of Meteorite #473269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 31.42%
G = 22.12%
B = 46.46%

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

#473269 (or 0x473269) is known color: Meteorite. HEX triplet: 47, 32 and 69. RGB value is (71,50,105). Sum of RGB (Red+Green+Blue) = 71+50+105=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #473269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473269 is #B8CD96. Grayscale: #3E3E3E. Windows color (decimal): -12111255 or 6894151. OLE color: 6894151.

HSL color Cylindrical-coordinate representation of color #473269: hue angle of 262.91º 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 #473269 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 50 105 -
CMYK 0.32 0.52 0 0.59
HSL 262.91º 0.35% 0.3% -
HSV(B) 262.91º 0.52% 0.41% -
XYZ 6.29 4.64 13.93 -
YUV 62.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 71 50 105 0.32 0.52 0 0.59 262.91 0.35 0.3
Hex 47 32 69 20 34 0 3B 107 23 1E
Octal 107 62 151 40 64 0 73 407 43 36
Binary 1000111 110010 1101001 100000 110100 0 111011 100000111 100011 11110

Color Harmonies of #473269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473269

Black with #473269

Text Example


Text Example

White with #473269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473269; }

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

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

background-color css

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

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

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

border-color css

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

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

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