Html Css Color HEX #472870 Blue Diamond

📋 copy color: '#472870'

red 71 ◦ green 40 ◦ blue 112

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

Shades of Blue Diamond #472870

Tints of Blue Diamond #472870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50.22%

R = 31.84%
G = 17.94%
B = 50.22%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472870 (or 0x472870) is known color: Blue Diamond. HEX triplet: 47, 28 and 70. RGB value is (71,40,112). Sum of RGB (Red+Green+Blue) = 71+40+112=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #472870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472870 is #B8D78F. Grayscale: #393939. Windows color (decimal): -12113808 or 7350343. OLE color: 7350343.

HSL color Cylindrical-coordinate representation of color #472870: hue angle of 265.83º 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 #472870 is Cyan = 0.37, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 40 112 -
CMYK 0.37 0.64 0 0.56
HSL 265.83º 0.47% 0.3% -
HSV(B) 265.83º 0.64% 0.44% -
XYZ 6.28 4.03 15.78 -
YUV 57.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 71 40 112 0.37 0.64 0 0.56 265.83 0.47 0.3
Hex 47 28 70 25 40 0 38 10A 2F 1E
Octal 107 50 160 45 100 0 70 412 57 36
Binary 1000111 101000 1110000 100101 1000000 0 111000 100001010 101111 11110

Color Harmonies of #472870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472870

Black with #472870

Text Example


Text Example

White with #472870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472870; }

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

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

background-color css

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

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

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

border-color css

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

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

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