Html Css Color HEX #47226C Blue Diamond

📋 copy color: '#47226C'

red 71 ◦ green 34 ◦ blue 108

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

Shades of Blue Diamond #47226C

Tints of Blue Diamond #47226C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.96%

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

R = 33.33%
G = 15.96%
B = 50.7%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47226C (or 0x47226C) is known color: Blue Diamond. HEX triplet: 47, 22 and 6C. RGB value is (71,34,108). Sum of RGB (Red+Green+Blue) = 71+34+108=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #47226C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47226C is #B8DD93. Grayscale: #353535. Windows color (decimal): -12115348 or 7086663. OLE color: 7086663.

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

Color convert

RGB 71 34 108 -
CMYK 0.34 0.69 0 0.58
HSL 270º 0.52% 0.28% -
HSV(B) 270º 0.69% 0.42% -
XYZ 5.88 3.57 14.57 -
YUV 53.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 71 34 108 0.34 0.69 0 0.58 270 0.52 0.28
Hex 47 22 6C 22 45 0 3A 10E 34 1C
Octal 107 42 154 42 105 0 72 416 64 34
Binary 1000111 100010 1101100 100010 1000101 0 111010 100001110 110100 11100

Color Harmonies of #47226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47226C

Black with #47226C

Text Example


Text Example

White with #47226C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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