Html Css Color HEX #47156B Blue Diamond

📋 copy color: '#47156B'

red 71 ◦ green 21 ◦ blue 107

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

Shades of Blue Diamond #47156B

Tints of Blue Diamond #47156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

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

R = 35.68%
G = 10.55%
B = 53.77%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47156B (or 0x47156B) is known color: Blue Diamond. HEX triplet: 47, 15 and 6B. RGB value is (71,21,107). Sum of RGB (Red+Green+Blue) = 71+21+107=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 107 (42.19% from 255 or 53.77% from 199); Max value from RGB is 107 - color contains mainly: blue. Hex color #47156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47156B is #B8EA94. Grayscale: #2D2D2D. Windows color (decimal): -12118677 or 7017799. OLE color: 7017799.

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

Color convert

RGB 71 21 107 -
CMYK 0.34 0.80 0 0.58
HSL 274.88º 0.67% 0.25% -
HSV(B) 274.88º 0.8% 0.42% -
XYZ 5.52 2.94 14.19 -
YUV 45.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 71 21 107 0.34 0.80 0 0.58 274.88 0.67 0.25
Hex 47 15 6B 22 50 0 3A 113 43 19
Octal 107 25 153 42 120 0 72 423 103 31
Binary 1000111 10101 1101011 100010 1010000 0 111010 100010011 1000011 11001

Color Harmonies of #47156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47156B

Black with #47156B

Text Example


Text Example

White with #47156B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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