Html Css Color HEX #473969 Meteorite

📋 copy color: '#473969'

red 71 ◦ green 57 ◦ blue 105

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

Shades of Meteorite #473969

Tints of Meteorite #473969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.46%

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

R = 30.47%
G = 24.46%
B = 45.06%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473969 (or 0x473969) is known color: Meteorite. HEX triplet: 47, 39 and 69. RGB value is (71,57,105). Sum of RGB (Red+Green+Blue) = 71+57+105=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #473969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473969 is #B8C696. Grayscale: #424242. Windows color (decimal): -12109463 or 6895943. OLE color: 6895943.

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

Color convert

RGB 71 57 105 -
CMYK 0.32 0.46 0 0.59
HSL 257.5º 0.3% 0.32% -
HSV(B) 257.5º 0.46% 0.41% -
XYZ 6.61 5.29 14.04 -
YUV 66.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 71 57 105 0.32 0.46 0 0.59 257.5 0.3 0.32
Hex 47 39 69 20 2E 0 3B 102 1E 20
Octal 107 71 151 40 56 0 73 402 36 40
Binary 1000111 111001 1101001 100000 101110 0 111011 100000010 11110 100000

Color Harmonies of #473969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473969

Black with #473969

Text Example


Text Example

White with #473969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473969; }

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

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

background-color css

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

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

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

border-color css

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

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

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