Html Css Color HEX #47186B Blue Diamond

📋 copy color: '#47186B'

red 71 ◦ green 24 ◦ blue 107

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

Shades of Blue Diamond #47186B

Tints of Blue Diamond #47186B

RGB

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

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

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

R = 35.15%
G = 11.88%
B = 52.97%

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

#47186B (or 0x47186B) is known color: Blue Diamond. HEX triplet: 47, 18 and 6B. RGB value is (71,24,107). Sum of RGB (Red+Green+Blue) = 71+24+107=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #47186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47186B is #B8E794. Grayscale: #2F2F2F. Windows color (decimal): -12117909 or 7018567. OLE color: 7018567.

HSL color Cylindrical-coordinate representation of color #47186B: hue angle of 273.98º degrees, saturation: 0.63, 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 #47186B is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 24 107 -
CMYK 0.34 0.78 0 0.58
HSL 273.98º 0.63% 0.26% -
HSV(B) 273.98º 0.78% 0.42% -
XYZ 5.58 3.05 14.21 -
YUV 47.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 71 24 107 0.34 0.78 0 0.58 273.98 0.63 0.26
Hex 47 18 6B 22 4E 0 3A 112 3F 1A
Octal 107 30 153 42 116 0 72 422 77 32
Binary 1000111 11000 1101011 100010 1001110 0 111010 100010010 111111 11010

Color Harmonies of #47186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47186B

Black with #47186B

Text Example


Text Example

White with #47186B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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