Html Css Color HEX #47146C Blue Diamond

📋 copy color: '#47146C'

red 71 ◦ green 20 ◦ blue 108

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

Shades of Blue Diamond #47146C

Tints of Blue Diamond #47146C

RGB

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

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

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

R = 35.68%
G = 10.05%
B = 54.27%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47146C (or 0x47146C) is known color: Blue Diamond. HEX triplet: 47, 14 and 6C. RGB value is (71,20,108). Sum of RGB (Red+Green+Blue) = 71+20+108=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #47146C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47146C is #B8EB93. Grayscale: #2C2C2C. Windows color (decimal): -12118932 or 7083079. OLE color: 7083079.

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

Color convert

RGB 71 20 108 -
CMYK 0.34 0.81 0 0.58
HSL 274.77º 0.69% 0.25% -
HSV(B) 274.77º 0.81% 0.42% -
XYZ 5.56 2.92 14.46 -
YUV 45.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 71 20 108 0.34 0.81 0 0.58 274.77 0.69 0.25
Hex 47 14 6C 22 51 0 3A 113 45 19
Octal 107 24 154 42 121 0 72 423 105 31
Binary 1000111 10100 1101100 100010 1010001 0 111010 100010011 1000101 11001

Color Harmonies of #47146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47146C

Black with #47146C

Text Example


Text Example

White with #47146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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