Html Css Color HEX #473C6B Meteorite

📋 copy color: '#473C6B'

red 71 ◦ green 60 ◦ blue 107

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

Shades of Meteorite #473C6B

Tints of Meteorite #473C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 44.96%

R = 29.83%
G = 25.21%
B = 44.96%

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

#473C6B (or 0x473C6B) is known color: Meteorite. HEX triplet: 47, 3C and 6B. RGB value is (71,60,107). Sum of RGB (Red+Green+Blue) = 71+60+107=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #473C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C6B is #B8C394. Grayscale: #444444. Windows color (decimal): -12108693 or 7027783. OLE color: 7027783.

HSL color Cylindrical-coordinate representation of color #473C6B: hue angle of 254.04º degrees, saturation: 0.28, 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 #473C6B is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 60 107 -
CMYK 0.34 0.44 0 0.58
HSL 254.04º 0.28% 0.33% -
HSV(B) 254.04º 0.44% 0.42% -
XYZ 6.87 5.63 14.64 -
YUV 68.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 71 60 107 0.34 0.44 0 0.58 254.04 0.28 0.33
Hex 47 3C 6B 22 2C 0 3A FE 1C 21
Octal 107 74 153 42 54 0 72 376 34 41
Binary 1000111 111100 1101011 100010 101100 0 111010 11111110 11100 100001

Color Harmonies of #473C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C6B

Black with #473C6B

Text Example


Text Example

White with #473C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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