Html Css Color HEX #47206E Blue Diamond

📋 copy color: '#47206E'

red 71 ◦ green 32 ◦ blue 110

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

Shades of Blue Diamond #47206E

Tints of Blue Diamond #47206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 33.33%
G = 15.02%
B = 51.64%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47206E (or 0x47206E) is known color: Blue Diamond. HEX triplet: 47, 20 and 6E. RGB value is (71,32,110). Sum of RGB (Red+Green+Blue) = 71+32+110=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #47206E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47206E is #B8DF91. Grayscale: #343434. Windows color (decimal): -12115858 or 7217223. OLE color: 7217223.

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

Color convert

RGB 71 32 110 -
CMYK 0.35 0.71 0 0.57
HSL 270º 0.55% 0.28% -
HSV(B) 270º 0.71% 0.43% -
XYZ 5.93 3.5 15.11 -
YUV 52.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 71 32 110 0.35 0.71 0 0.57 270 0.55 0.28
Hex 47 20 6E 23 47 0 39 10E 37 1C
Octal 107 40 156 43 107 0 71 416 67 34
Binary 1000111 100000 1101110 100011 1000111 0 111001 100001110 110111 11100

Color Harmonies of #47206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47206E

Black with #47206E

Text Example


Text Example

White with #47206E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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