Html Css Color HEX #47196B Blue Diamond

📋 copy color: '#47196B'

red 71 ◦ green 25 ◦ blue 107

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

Shades of Blue Diamond #47196B

Tints of Blue Diamond #47196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.32%

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

R = 34.98%
G = 12.32%
B = 52.71%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47196B (or 0x47196B) is known color: Blue Diamond. HEX triplet: 47, 19 and 6B. RGB value is (71,25,107). Sum of RGB (Red+Green+Blue) = 71+25+107=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #47196B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47196B is #B8E694. Grayscale: #2F2F2F. Windows color (decimal): -12117653 or 7018823. OLE color: 7018823.

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

Color convert

RGB 71 25 107 -
CMYK 0.34 0.77 0 0.58
HSL 273.66º 0.62% 0.26% -
HSV(B) 273.66º 0.77% 0.42% -
XYZ 5.6 3.1 14.21 -
YUV 48.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 71 25 107 0.34 0.77 0 0.58 273.66 0.62 0.26
Hex 47 19 6B 22 4D 0 3A 112 3E 1A
Octal 107 31 153 42 115 0 72 422 76 32
Binary 1000111 11001 1101011 100010 1001101 0 111010 100010010 111110 11010

Color Harmonies of #47196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47196B

Black with #47196B

Text Example


Text Example

White with #47196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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