Html Css Color HEX #473A69 Meteorite

📋 copy color: '#473A69'

red 71 ◦ green 58 ◦ blue 105

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

Shades of Meteorite #473A69

Tints of Meteorite #473A69

RGB

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

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

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

R = 30.34%
G = 24.79%
B = 44.87%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473A69 (or 0x473A69) is known color: Meteorite. HEX triplet: 47, 3A and 69. RGB value is (71,58,105). Sum of RGB (Red+Green+Blue) = 71+58+105=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 105 - color contains mainly: blue. Hex color #473A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A69 is #B8C596. Grayscale: #434343. Windows color (decimal): -12109207 or 6896199. OLE color: 6896199.

HSL color Cylindrical-coordinate representation of color #473A69: hue angle of 256.6º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473A69 is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 58 105 -
CMYK 0.32 0.45 0 0.59
HSL 256.6º 0.29% 0.32% -
HSV(B) 256.6º 0.45% 0.41% -
XYZ 6.66 5.39 14.05 -
YUV 67.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 71 58 105 0.32 0.45 0 0.59 256.6 0.29 0.32
Hex 47 3A 69 20 2D 0 3B 101 1D 20
Octal 107 72 151 40 55 0 73 401 35 40
Binary 1000111 111010 1101001 100000 101101 0 111011 100000001 11101 100000

Color Harmonies of #473A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A69

Black with #473A69

Text Example


Text Example

White with #473A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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