Html Css Color HEX #472374 Blue Diamond

📋 copy color: '#472374'

red 71 ◦ green 35 ◦ blue 116

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

Shades of Blue Diamond #472374

Tints of Blue Diamond #472374

RGB

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

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

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

R = 31.98%
G = 15.77%
B = 52.25%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472374 (or 0x472374) is known color: Blue Diamond. HEX triplet: 47, 23 and 74. RGB value is (71,35,116). Sum of RGB (Red+Green+Blue) = 71+35+116=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #472374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472374 is #B8DC8B. Grayscale: #363636. Windows color (decimal): -12115084 or 7611207. OLE color: 7611207.

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

Color convert

RGB 71 35 116 -
CMYK 0.39 0.70 0 0.55
HSL 266.67º 0.54% 0.3% -
HSV(B) 266.67º 0.7% 0.45% -
XYZ 6.35 3.8 16.92 -
YUV 55 162.43 139.41 -
System Red Green Blue C M Y K H S L
Decimal 71 35 116 0.39 0.70 0 0.55 266.67 0.54 0.3
Hex 47 23 74 27 46 0 37 10B 36 1E
Octal 107 43 164 47 106 0 67 413 66 36
Binary 1000111 100011 1110100 100111 1000110 0 110111 100001011 110110 11110

Color Harmonies of #472374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472374

Black with #472374

Text Example


Text Example

White with #472374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472374; }

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

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

background-color css

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

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

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

border-color css

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

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

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