Html Css Color HEX #473564 Meteorite

📋 copy color: '#473564'

red 71 ◦ green 53 ◦ blue 100

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

Shades of Meteorite #473564

Tints of Meteorite #473564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 44.64%

R = 31.7%
G = 23.66%
B = 44.64%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473564 (or 0x473564) is known color: Meteorite. HEX triplet: 47, 35 and 64. RGB value is (71,53,100). Sum of RGB (Red+Green+Blue) = 71+53+100=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #473564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473564 is #B8CA9B. Grayscale: #3F3F3F. Windows color (decimal): -12110492 or 6567239. OLE color: 6567239.

HSL color Cylindrical-coordinate representation of color #473564: hue angle of 262.98º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #473564 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 53 100 -
CMYK 0.29 0.47 0 0.61
HSL 262.98º 0.31% 0.3% -
HSV(B) 262.98º 0.47% 0.39% -
XYZ 6.17 4.81 12.66 -
YUV 63.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 71 53 100 0.29 0.47 0 0.61 262.98 0.31 0.3
Hex 47 35 64 1D 2F 0 3D 107 1F 1E
Octal 107 65 144 35 57 0 75 407 37 36
Binary 1000111 110101 1100100 11101 101111 0 111101 100000111 11111 11110

Color Harmonies of #473564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473564

Black with #473564

Text Example


Text Example

White with #473564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473564; }

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

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

background-color css

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

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

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

border-color css

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

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

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