Html Css Color HEX #473C6C Meteorite

📋 copy color: '#473C6C'

red 71 ◦ green 60 ◦ blue 108

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

Shades of Meteorite #473C6C

Tints of Meteorite #473C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.1%

 BLUE value IS 108 (42.58% from 255) = 45.19%

R = 29.71%
G = 25.1%
B = 45.19%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#473C6C (or 0x473C6C) is known color: Meteorite. HEX triplet: 47, 3C and 6C. RGB value is (71,60,108). Sum of RGB (Red+Green+Blue) = 71+60+108=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #473C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C6C is #B8C393. Grayscale: #444444. Windows color (decimal): -12108692 or 7093319. OLE color: 7093319.

HSL color Cylindrical-coordinate representation of color #473C6C: hue angle of 253.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473C6C is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 60 108 -
CMYK 0.34 0.44 0 0.58
HSL 253.75º 0.29% 0.33% -
HSV(B) 253.75º 0.44% 0.42% -
XYZ 6.92 5.65 14.91 -
YUV 68.76 150.14 129.6 -
System Red Green Blue C M Y K H S L
Decimal 71 60 108 0.34 0.44 0 0.58 253.75 0.29 0.33
Hex 47 3C 6C 22 2C 0 3A FE 1D 21
Octal 107 74 154 42 54 0 72 376 35 41
Binary 1000111 111100 1101100 100010 101100 0 111010 11111110 11101 100001

Color Harmonies of #473C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C6C

Black with #473C6C

Text Example


Text Example

White with #473C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,60,108); }

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

background-color css

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

 a { background-color: rgb(71,60,108); }

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

border-color css

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

 span { border-color: rgb(71,60,108); }

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