Html Css Color HEX #47406B Meteorite

📋 copy color: '#47406B'

red 71 ◦ green 64 ◦ blue 107

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

Shades of Meteorite #47406B

Tints of Meteorite #47406B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.45%

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

R = 29.34%
G = 26.45%
B = 44.21%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47406B (or 0x47406B) is known color: Meteorite. HEX triplet: 47, 40 and 6B. RGB value is (71,64,107). Sum of RGB (Red+Green+Blue) = 71+64+107=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #47406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47406B is #B8BF94. Grayscale: #464646. Windows color (decimal): -12107669 or 7028807. OLE color: 7028807.

HSL color Cylindrical-coordinate representation of color #47406B: hue angle of 249.77º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47406B is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 64 107 -
CMYK 0.34 0.40 0 0.58
HSL 249.77º 0.25% 0.34% -
HSV(B) 249.77º 0.4% 0.42% -
XYZ 7.09 6.07 14.71 -
YUV 71 148.32 128 -
System Red Green Blue C M Y K H S L
Decimal 71 64 107 0.34 0.40 0 0.58 249.77 0.25 0.34
Hex 47 40 6B 22 28 0 3A FA 19 22
Octal 107 100 153 42 50 0 72 372 31 42
Binary 1000111 1000000 1101011 100010 101000 0 111010 11111010 11001 100010

Color Harmonies of #47406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47406B

Black with #47406B

Text Example


Text Example

White with #47406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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