Html Css Color HEX #472474 Blue Diamond

📋 copy color: '#472474'

red 71 ◦ green 36 ◦ blue 116

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

Shades of Blue Diamond #472474

Tints of Blue Diamond #472474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 31.84%
G = 16.14%
B = 52.02%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472474 (or 0x472474) is known color: Blue Diamond. HEX triplet: 47, 24 and 74. RGB value is (71,36,116). Sum of RGB (Red+Green+Blue) = 71+36+116=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #472474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472474 is #B8DB8B. Grayscale: #373737. Windows color (decimal): -12114828 or 7611463. OLE color: 7611463.

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

Color convert

RGB 71 36 116 -
CMYK 0.39 0.69 0 0.55
HSL 266.25º 0.53% 0.3% -
HSV(B) 266.25º 0.69% 0.45% -
XYZ 6.38 3.86 16.93 -
YUV 55.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 71 36 116 0.39 0.69 0 0.55 266.25 0.53 0.3
Hex 47 24 74 27 45 0 37 10A 35 1E
Octal 107 44 164 47 105 0 67 412 65 36
Binary 1000111 100100 1110100 100111 1000101 0 110111 100001010 110101 11110

Color Harmonies of #472474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472474

Black with #472474

Text Example


Text Example

White with #472474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472474; }

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

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

background-color css

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

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

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

border-color css

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

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

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