Html Css Color HEX #47266A Blue Diamond

📋 copy color: '#47266A'

red 71 ◦ green 38 ◦ blue 106

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

Shades of Blue Diamond #47266A

Tints of Blue Diamond #47266A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 106 (41.8% from 255) = 49.3%

R = 33.02%
G = 17.67%
B = 49.3%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47266A (or 0x47266A) is known color: Blue Diamond. HEX triplet: 47, 26 and 6A. RGB value is (71,38,106). Sum of RGB (Red+Green+Blue) = 71+38+106=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 106 (41.80% from 255 or 49.30% from 215); Max value from RGB is 106 - color contains mainly: blue. Hex color #47266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266A is #B8D995. Grayscale: #373737. Windows color (decimal): -12114326 or 6956615. OLE color: 6956615.

HSL color Cylindrical-coordinate representation of color #47266A: hue angle of 269.12º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47266A is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 38 106 -
CMYK 0.33 0.64 0 0.58
HSL 269.12º 0.47% 0.28% -
HSV(B) 269.12º 0.64% 0.42% -
XYZ 5.89 3.77 14.05 -
YUV 55.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 71 38 106 0.33 0.64 0 0.58 269.12 0.47 0.28
Hex 47 26 6A 21 40 0 3A 10D 2F 1C
Octal 107 46 152 41 100 0 72 415 57 34
Binary 1000111 100110 1101010 100001 1000000 0 111010 100001101 101111 11100

Color Harmonies of #47266A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47266A

Black with #47266A

Text Example


Text Example

White with #47266A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47266A; }

 p { color: rgb(71,38,106); }

 H1.HeaderClassName
 {
   color: #47266A;
 }
 .AnyTagClassName
 {
   color: #47266A;
 }
</style>

background-color css

<style>
 a { background-color: #47266A; }

 a { background-color: rgb(71,38,106); }

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

border-color css

<style>
 span { border-color: #47266A; }

 span { border-color: rgb(71,38,106); }

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