Html Css Color HEX #473569 Meteorite

📋 copy color: '#473569'

red 71 ◦ green 53 ◦ blue 105

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

Shades of Meteorite #473569

Tints of Meteorite #473569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 31%
G = 23.14%
B = 45.85%

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

#473569 (or 0x473569) is known color: Meteorite. HEX triplet: 47, 35 and 69. RGB value is (71,53,105). Sum of RGB (Red+Green+Blue) = 71+53+105=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #473569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473569 is #B8CA96. Grayscale: #404040. Windows color (decimal): -12110487 or 6894919. OLE color: 6894919.

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

Color convert

RGB 71 53 105 -
CMYK 0.32 0.50 0 0.59
HSL 260.77º 0.33% 0.31% -
HSV(B) 260.77º 0.5% 0.41% -
XYZ 6.42 4.91 13.97 -
YUV 64.31 150.96 132.77 -
System Red Green Blue C M Y K H S L
Decimal 71 53 105 0.32 0.50 0 0.59 260.77 0.33 0.31
Hex 47 35 69 20 32 0 3B 105 21 1F
Octal 107 65 151 40 62 0 73 405 41 37
Binary 1000111 110101 1101001 100000 110010 0 111011 100000101 100001 11111

Color Harmonies of #473569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473569

Black with #473569

Text Example


Text Example

White with #473569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473569; }

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

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

background-color css

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

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

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

border-color css

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

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

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