Html Css Color HEX #47236C Blue Diamond

📋 copy color: '#47236C'

red 71 ◦ green 35 ◦ blue 108

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

Shades of Blue Diamond #47236C

Tints of Blue Diamond #47236C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

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

R = 33.18%
G = 16.36%
B = 50.47%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47236C (or 0x47236C) is known color: Blue Diamond. HEX triplet: 47, 23 and 6C. RGB value is (71,35,108). Sum of RGB (Red+Green+Blue) = 71+35+108=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #47236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47236C is #B8DC93. Grayscale: #353535. Windows color (decimal): -12115092 or 7086919. OLE color: 7086919.

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

Color convert

RGB 71 35 108 -
CMYK 0.34 0.68 0 0.58
HSL 269.59º 0.51% 0.28% -
HSV(B) 269.59º 0.68% 0.42% -
XYZ 5.91 3.62 14.58 -
YUV 54.09 158.43 140.06 -
System Red Green Blue C M Y K H S L
Decimal 71 35 108 0.34 0.68 0 0.58 269.59 0.51 0.28
Hex 47 23 6C 22 44 0 3A 10E 33 1C
Octal 107 43 154 42 104 0 72 416 63 34
Binary 1000111 100011 1101100 100010 1000100 0 111010 100001110 110011 11100

Color Harmonies of #47236C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47236C

Black with #47236C

Text Example


Text Example

White with #47236C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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