Html Css Color HEX #472376 Blue Diamond

📋 copy color: '#472376'

red 71 ◦ green 35 ◦ blue 118

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

Shades of Blue Diamond #472376

Tints of Blue Diamond #472376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 31.7%
G = 15.63%
B = 52.68%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472376 (or 0x472376) is known color: Blue Diamond. HEX triplet: 47, 23 and 76. RGB value is (71,35,118). Sum of RGB (Red+Green+Blue) = 71+35+118=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #472376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472376 is #B8DC89. Grayscale: #363636. Windows color (decimal): -12115082 or 7742279. OLE color: 7742279.

HSL color Cylindrical-coordinate representation of color #472376: hue angle of 266.02º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472376 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 35 118 -
CMYK 0.40 0.70 0 0.54
HSL 266.02º 0.54% 0.3% -
HSV(B) 266.02º 0.7% 0.46% -
XYZ 6.47 3.85 17.54 -
YUV 55.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 71 35 118 0.40 0.70 0 0.54 266.02 0.54 0.3
Hex 47 23 76 28 46 0 36 10A 36 1E
Octal 107 43 166 50 106 0 66 412 66 36
Binary 1000111 100011 1110110 101000 1000110 0 110110 100001010 110110 11110

Color Harmonies of #472376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472376

Black with #472376

Text Example


Text Example

White with #472376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472376; }

 p { color: rgb(71,35,118); }

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

background-color css

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

 a { background-color: rgb(71,35,118); }

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

border-color css

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

 span { border-color: rgb(71,35,118); }

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