Html Css Color HEX #47286F Blue Diamond

📋 copy color: '#47286F'

red 71 ◦ green 40 ◦ blue 111

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

Shades of Blue Diamond #47286F

Tints of Blue Diamond #47286F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 31.98%
G = 18.02%
B = 50%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47286F (or 0x47286F) is known color: Blue Diamond. HEX triplet: 47, 28 and 6F. RGB value is (71,40,111). Sum of RGB (Red+Green+Blue) = 71+40+111=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #47286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47286F is #B8D790. Grayscale: #393939. Windows color (decimal): -12113809 or 7284807. OLE color: 7284807.

HSL color Cylindrical-coordinate representation of color #47286F: hue angle of 266.2º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47286F is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 40 111 -
CMYK 0.36 0.64 0 0.56
HSL 266.2º 0.47% 0.3% -
HSV(B) 266.2º 0.64% 0.44% -
XYZ 6.23 4 15.48 -
YUV 57.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 71 40 111 0.36 0.64 0 0.56 266.2 0.47 0.3
Hex 47 28 6F 24 40 0 38 10A 2F 1E
Octal 107 50 157 44 100 0 70 412 57 36
Binary 1000111 101000 1101111 100100 1000000 0 111000 100001010 101111 11110

Color Harmonies of #47286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47286F

Black with #47286F

Text Example


Text Example

White with #47286F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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