Html Css Color HEX #473869 Meteorite

📋 copy color: '#473869'

red 71 ◦ green 56 ◦ blue 105

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

Shades of Meteorite #473869

Tints of Meteorite #473869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 30.6%
G = 24.14%
B = 45.26%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473869 (or 0x473869) is known color: Meteorite. HEX triplet: 47, 38 and 69. RGB value is (71,56,105). Sum of RGB (Red+Green+Blue) = 71+56+105=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #473869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473869 is #B8C796. Grayscale: #414141. Windows color (decimal): -12109719 or 6895687. OLE color: 6895687.

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

Color convert

RGB 71 56 105 -
CMYK 0.32 0.47 0 0.59
HSL 258.37º 0.3% 0.32% -
HSV(B) 258.37º 0.47% 0.41% -
XYZ 6.56 5.19 14.02 -
YUV 66.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 71 56 105 0.32 0.47 0 0.59 258.37 0.3 0.32
Hex 47 38 69 20 2F 0 3B 102 1E 20
Octal 107 70 151 40 57 0 73 402 36 40
Binary 1000111 111000 1101001 100000 101111 0 111011 100000010 11110 100000

Color Harmonies of #473869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473869

Black with #473869

Text Example


Text Example

White with #473869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473869; }

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

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

background-color css

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

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

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

border-color css

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

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

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