Html Css Color HEX #47146D Blue Diamond

📋 copy color: '#47146D'

red 71 ◦ green 20 ◦ blue 109

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

Shades of Blue Diamond #47146D

Tints of Blue Diamond #47146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 109 (42.97% from 255) = 54.5%

R = 35.5%
G = 10%
B = 54.5%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47146D (or 0x47146D) is known color: Blue Diamond. HEX triplet: 47, 14 and 6D. RGB value is (71,20,109). Sum of RGB (Red+Green+Blue) = 71+20+109=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #47146D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47146D is #B8EB92. Grayscale: #2D2D2D. Windows color (decimal): -12118931 or 7148615. OLE color: 7148615.

HSL color Cylindrical-coordinate representation of color #47146D: hue angle of 274.38º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47146D is Cyan = 0.35, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 20 109 -
CMYK 0.35 0.82 0 0.57
HSL 274.38º 0.69% 0.25% -
HSV(B) 274.38º 0.82% 0.43% -
XYZ 5.61 2.94 14.74 -
YUV 45.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 71 20 109 0.35 0.82 0 0.57 274.38 0.69 0.25
Hex 47 14 6D 23 52 0 39 112 45 19
Octal 107 24 155 43 122 0 71 422 105 31
Binary 1000111 10100 1101101 100011 1010010 0 111001 100010010 1000101 11001

Color Harmonies of #47146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47146D

Black with #47146D

Text Example


Text Example

White with #47146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47146D; }

 p { color: rgb(71,20,109); }

 H1.HeaderClassName
 {
   color: #47146D;
 }
 .AnyTagClassName
 {
   color: #47146D;
 }
</style>

background-color css

<style>
 a { background-color: #47146D; }

 a { background-color: rgb(71,20,109); }

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

border-color css

<style>
 span { border-color: #47146D; }

 span { border-color: rgb(71,20,109); }

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