Html Css Color HEX #473669 Meteorite

📋 copy color: '#473669'

red 71 ◦ green 54 ◦ blue 105

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

Shades of Meteorite #473669

Tints of Meteorite #473669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 30.87%
G = 23.48%
B = 45.65%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473669 (or 0x473669) is known color: Meteorite. HEX triplet: 47, 36 and 69. RGB value is (71,54,105). Sum of RGB (Red+Green+Blue) = 71+54+105=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #473669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473669 is #B8C996. Grayscale: #404040. Windows color (decimal): -12110231 or 6895175. OLE color: 6895175.

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

Color convert

RGB 71 54 105 -
CMYK 0.32 0.49 0 0.59
HSL 260º 0.32% 0.31% -
HSV(B) 260º 0.49% 0.41% -
XYZ 6.47 5 13.99 -
YUV 64.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 71 54 105 0.32 0.49 0 0.59 260 0.32 0.31
Hex 47 36 69 20 31 0 3B 104 20 1F
Octal 107 66 151 40 61 0 73 404 40 37
Binary 1000111 110110 1101001 100000 110001 0 111011 100000100 100000 11111

Color Harmonies of #473669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473669

Black with #473669

Text Example


Text Example

White with #473669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473669; }

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

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

background-color css

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

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

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

border-color css

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

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

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