Html Css Color HEX #47266E Blue Diamond

📋 copy color: '#47266E'

red 71 ◦ green 38 ◦ blue 110

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

Shades of Blue Diamond #47266E

Tints of Blue Diamond #47266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.23%

R = 32.42%
G = 17.35%
B = 50.23%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47266E (or 0x47266E) is known color: Blue Diamond. HEX triplet: 47, 26 and 6E. RGB value is (71,38,110). Sum of RGB (Red+Green+Blue) = 71+38+110=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 110 (43.36% from 255 or 50.23% from 219); Max value from RGB is 110 - color contains mainly: blue. Hex color #47266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47266E is #B8D991. Grayscale: #373737. Windows color (decimal): -12114322 or 7218759. OLE color: 7218759.

HSL color Cylindrical-coordinate representation of color #47266E: hue angle of 267.5º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47266E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 38 110 -
CMYK 0.35 0.65 0 0.57
HSL 267.5º 0.49% 0.29% -
HSV(B) 267.5º 0.65% 0.43% -
XYZ 6.11 3.85 15.17 -
YUV 56.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 71 38 110 0.35 0.65 0 0.57 267.5 0.49 0.29
Hex 47 26 6E 23 41 0 39 10C 31 1D
Octal 107 46 156 43 101 0 71 414 61 35
Binary 1000111 100110 1101110 100011 1000001 0 111001 100001100 110001 11101

Color Harmonies of #47266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47266E

Black with #47266E

Text Example


Text Example

White with #47266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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