Html Css Color HEX #47186C Blue Diamond

📋 copy color: '#47186C'

red 71 ◦ green 24 ◦ blue 108

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

Shades of Blue Diamond #47186C

Tints of Blue Diamond #47186C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 34.98%
G = 11.82%
B = 53.2%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47186C (or 0x47186C) is known color: Blue Diamond. HEX triplet: 47, 18 and 6C. RGB value is (71,24,108). Sum of RGB (Red+Green+Blue) = 71+24+108=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #47186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47186C is #B8E793. Grayscale: #2F2F2F. Windows color (decimal): -12117908 or 7084103. OLE color: 7084103.

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

Color convert

RGB 71 24 108 -
CMYK 0.34 0.78 0 0.58
HSL 273.57º 0.64% 0.26% -
HSV(B) 273.57º 0.78% 0.42% -
XYZ 5.63 3.08 14.48 -
YUV 47.63 162.07 144.67 -
System Red Green Blue C M Y K H S L
Decimal 71 24 108 0.34 0.78 0 0.58 273.57 0.64 0.26
Hex 47 18 6C 22 4E 0 3A 112 40 1A
Octal 107 30 154 42 116 0 72 422 100 32
Binary 1000111 11000 1101100 100010 1001110 0 111010 100010010 1000000 11010

Color Harmonies of #47186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47186C

Black with #47186C

Text Example


Text Example

White with #47186C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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