Html Css Color HEX #473A5A Meteorite

📋 copy color: '#473A5A'

red 71 ◦ green 58 ◦ blue 90

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

Shades of Meteorite #473A5A

Tints of Meteorite #473A5A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.48%

 BLUE value IS 90 (35.55% from 255) = 41.1%

R = 32.42%
G = 26.48%
B = 41.1%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#473A5A (or 0x473A5A) is known color: Meteorite. HEX triplet: 47, 3A and 5A. RGB value is (71,58,90). Sum of RGB (Red+Green+Blue) = 71+58+90=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #473A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A5A is #B8C5A5. Grayscale: #414141. Windows color (decimal): -12109222 or 5913159. OLE color: 5913159.

HSL color Cylindrical-coordinate representation of color #473A5A: hue angle of 264.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #473A5A is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 58 90 -
CMYK 0.21 0.36 0 0.65
HSL 264.38º 0.22% 0.29% -
HSV(B) 264.38º 0.36% 0.35% -
XYZ 5.96 5.1 10.34 -
YUV 65.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 71 58 90 0.21 0.36 0 0.65 264.38 0.22 0.29
Hex 47 3A 5A 15 24 0 41 108 16 1D
Octal 107 72 132 25 44 0 101 410 26 35
Binary 1000111 111010 1011010 10101 100100 0 1000001 100001000 10110 11101

Color Harmonies of #473A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A5A

Black with #473A5A

Text Example


Text Example

White with #473A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473A5A; }

 p { color: rgb(71,58,90); }

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

background-color css

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

 a { background-color: rgb(71,58,90); }

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

border-color css

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

 span { border-color: rgb(71,58,90); }

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