Html Css Color HEX #473768 Meteorite

📋 copy color: '#473768'

red 71 ◦ green 55 ◦ blue 104

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

Shades of Meteorite #473768

Tints of Meteorite #473768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 30.87%
G = 23.91%
B = 45.22%

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

#473768 (or 0x473768) is known color: Meteorite. HEX triplet: 47, 37 and 68. RGB value is (71,55,104). Sum of RGB (Red+Green+Blue) = 71+55+104=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #473768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473768 is #B8C897. Grayscale: #414141. Windows color (decimal): -12109976 or 6829895. OLE color: 6829895.

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

Color convert

RGB 71 55 104 -
CMYK 0.32 0.47 0 0.59
HSL 259.59º 0.31% 0.31% -
HSV(B) 259.59º 0.47% 0.41% -
XYZ 6.46 5.07 13.73 -
YUV 65.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 71 55 104 0.32 0.47 0 0.59 259.59 0.31 0.31
Hex 47 37 68 20 2F 0 3B 104 1F 1F
Octal 107 67 150 40 57 0 73 404 37 37
Binary 1000111 110111 1101000 100000 101111 0 111011 100000100 11111 11111

Color Harmonies of #473768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473768

Black with #473768

Text Example


Text Example

White with #473768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473768; }

 p { color: rgb(71,55,104); }

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

background-color css

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

 a { background-color: rgb(71,55,104); }

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

border-color css

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

 span { border-color: rgb(71,55,104); }

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