Html Css Color HEX #47166B Blue Diamond

📋 copy color: '#47166B'

red 71 ◦ green 22 ◦ blue 107

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

Shades of Blue Diamond #47166B

Tints of Blue Diamond #47166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 35.5%
G = 11%
B = 53.5%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47166B (or 0x47166B) is known color: Blue Diamond. HEX triplet: 47, 16 and 6B. RGB value is (71,22,107). Sum of RGB (Red+Green+Blue) = 71+22+107=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #47166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47166B is #B8E994. Grayscale: #2E2E2E. Windows color (decimal): -12118421 or 7018055. OLE color: 7018055.

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

Color convert

RGB 71 22 107 -
CMYK 0.34 0.79 0 0.58
HSL 274.59º 0.66% 0.25% -
HSV(B) 274.59º 0.79% 0.42% -
XYZ 5.54 2.97 14.19 -
YUV 46.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 71 22 107 0.34 0.79 0 0.58 274.59 0.66 0.25
Hex 47 16 6B 22 4F 0 3A 113 42 19
Octal 107 26 153 42 117 0 72 423 102 31
Binary 1000111 10110 1101011 100010 1001111 0 111010 100010011 1000010 11001

Color Harmonies of #47166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47166B

Black with #47166B

Text Example


Text Example

White with #47166B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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