Html Css Color HEX #473562 Meteorite

📋 copy color: '#473562'

red 71 ◦ green 53 ◦ blue 98

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

Shades of Meteorite #473562

Tints of Meteorite #473562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.14%

R = 31.98%
G = 23.87%
B = 44.14%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473562 (or 0x473562) is known color: Meteorite. HEX triplet: 47, 35 and 62. RGB value is (71,53,98). Sum of RGB (Red+Green+Blue) = 71+53+98=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #473562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473562 is #B8CA9D. Grayscale: #3F3F3F. Windows color (decimal): -12110494 or 6436167. OLE color: 6436167.

HSL color Cylindrical-coordinate representation of color #473562: hue angle of 264º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #473562 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 53 98 -
CMYK 0.28 0.46 0 0.62
HSL 264º 0.3% 0.3% -
HSV(B) 264º 0.46% 0.38% -
XYZ 6.08 4.77 12.16 -
YUV 63.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 71 53 98 0.28 0.46 0 0.62 264 0.3 0.3
Hex 47 35 62 1C 2E 0 3E 108 1E 1E
Octal 107 65 142 34 56 0 76 410 36 36
Binary 1000111 110101 1100010 11100 101110 0 111110 100001000 11110 11110

Color Harmonies of #473562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473562

Black with #473562

Text Example


Text Example

White with #473562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473562; }

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

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

background-color css

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

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

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

border-color css

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

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

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