Html Css Color HEX #47166C Blue Diamond

📋 copy color: '#47166C'

red 71 ◦ green 22 ◦ blue 108

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

Shades of Blue Diamond #47166C

Tints of Blue Diamond #47166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 35.32%
G = 10.95%
B = 53.73%

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

#47166C (or 0x47166C) is known color: Blue Diamond. HEX triplet: 47, 16 and 6C. RGB value is (71,22,108). Sum of RGB (Red+Green+Blue) = 71+22+108=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #47166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47166C is #B8E993. Grayscale: #2E2E2E. Windows color (decimal): -12118420 or 7083591. OLE color: 7083591.

HSL color Cylindrical-coordinate representation of color #47166C: hue angle of 274.19º degrees, saturation: 0.66, 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 #47166C is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 22 108 -
CMYK 0.34 0.80 0 0.58
HSL 274.19º 0.66% 0.25% -
HSV(B) 274.19º 0.8% 0.42% -
XYZ 5.59 3 14.47 -
YUV 46.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 71 22 108 0.34 0.80 0 0.58 274.19 0.66 0.25
Hex 47 16 6C 22 50 0 3A 112 42 19
Octal 107 26 154 42 120 0 72 422 102 31
Binary 1000111 10110 1101100 100010 1010000 0 111010 100010010 1000010 11001

Color Harmonies of #47166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47166C

Black with #47166C

Text Example


Text Example

White with #47166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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