Html Css Color HEX #47336E Meteorite

📋 copy color: '#47336E'

red 71 ◦ green 51 ◦ blue 110

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

Shades of Meteorite #47336E

Tints of Meteorite #47336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 30.6%
G = 21.98%
B = 47.41%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47336E (or 0x47336E) is known color: Meteorite. HEX triplet: 47, 33 and 6E. RGB value is (71,51,110). Sum of RGB (Red+Green+Blue) = 71+51+110=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #47336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47336E is #B8CC91. Grayscale: #3F3F3F. Windows color (decimal): -12110994 or 7222087. OLE color: 7222087.

HSL color Cylindrical-coordinate representation of color #47336E: hue angle of 260.34º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47336E is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 51 110 -
CMYK 0.35 0.54 0 0.57
HSL 260.34º 0.37% 0.32% -
HSV(B) 260.34º 0.54% 0.43% -
XYZ 6.6 4.83 15.34 -
YUV 63.71 154.13 133.2 -
System Red Green Blue C M Y K H S L
Decimal 71 51 110 0.35 0.54 0 0.57 260.34 0.37 0.32
Hex 47 33 6E 23 36 0 39 104 25 20
Octal 107 63 156 43 66 0 71 404 45 40
Binary 1000111 110011 1101110 100011 110110 0 111001 100000100 100101 100000

Color Harmonies of #47336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47336E

Black with #47336E

Text Example


Text Example

White with #47336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47336E; }

 p { color: rgb(71,51,110); }

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

background-color css

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

 a { background-color: rgb(71,51,110); }

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

border-color css

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

 span { border-color: rgb(71,51,110); }

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