Html Css Color HEX #47286E Blue Diamond

📋 copy color: '#47286E'

red 71 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #47286E

Tints of Blue Diamond #47286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

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

R = 32.13%
G = 18.1%
B = 49.77%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47286E (or 0x47286E) is known color: Blue Diamond. HEX triplet: 47, 28 and 6E. RGB value is (71,40,110). Sum of RGB (Red+Green+Blue) = 71+40+110=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #47286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47286E is #B8D791. Grayscale: #393939. Windows color (decimal): -12113810 or 7219271. OLE color: 7219271.

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

Color convert

RGB 71 40 110 -
CMYK 0.35 0.64 0 0.57
HSL 266.57º 0.47% 0.29% -
HSV(B) 266.57º 0.64% 0.43% -
XYZ 6.17 3.98 15.2 -
YUV 57.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 71 40 110 0.35 0.64 0 0.57 266.57 0.47 0.29
Hex 47 28 6E 23 40 0 39 10B 2F 1D
Octal 107 50 156 43 100 0 71 413 57 35
Binary 1000111 101000 1101110 100011 1000000 0 111001 100001011 101111 11101

Color Harmonies of #47286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47286E

Black with #47286E

Text Example


Text Example

White with #47286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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