Html Css Color HEX #472874 Blue Diamond

📋 copy color: '#472874'

red 71 ◦ green 40 ◦ blue 116

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

Shades of Blue Diamond #472874

Tints of Blue Diamond #472874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.1%

R = 31.28%
G = 17.62%
B = 51.1%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472874 (or 0x472874) is known color: Blue Diamond. HEX triplet: 47, 28 and 74. RGB value is (71,40,116). Sum of RGB (Red+Green+Blue) = 71+40+116=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #472874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472874 is #B8D78B. Grayscale: #393939. Windows color (decimal): -12113804 or 7612487. OLE color: 7612487.

HSL color Cylindrical-coordinate representation of color #472874: hue angle of 264.47º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #472874 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 40 116 -
CMYK 0.39 0.66 0 0.55
HSL 264.47º 0.49% 0.31% -
HSV(B) 264.47º 0.66% 0.45% -
XYZ 6.51 4.12 16.97 -
YUV 57.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 71 40 116 0.39 0.66 0 0.55 264.47 0.49 0.31
Hex 47 28 74 27 42 0 37 108 31 1F
Octal 107 50 164 47 102 0 67 410 61 37
Binary 1000111 101000 1110100 100111 1000010 0 110111 100001000 110001 11111

Color Harmonies of #472874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472874

Black with #472874

Text Example


Text Example

White with #472874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472874; }

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

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

background-color css

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

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

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

border-color css

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

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

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