Html Css Color HEX #472470 Blue Diamond

📋 copy color: '#472470'

red 71 ◦ green 36 ◦ blue 112

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

Shades of Blue Diamond #472470

Tints of Blue Diamond #472470

RGB

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

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

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

R = 32.42%
G = 16.44%
B = 51.14%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472470 (or 0x472470) is known color: Blue Diamond. HEX triplet: 47, 24 and 70. RGB value is (71,36,112). Sum of RGB (Red+Green+Blue) = 71+36+112=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #472470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472470 is #B8DB8F. Grayscale: #363636. Windows color (decimal): -12114832 or 7349319. OLE color: 7349319.

HSL color Cylindrical-coordinate representation of color #472470: hue angle of 267.63º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #472470 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 36 112 -
CMYK 0.37 0.68 0 0.56
HSL 267.63º 0.51% 0.29% -
HSV(B) 267.63º 0.68% 0.44% -
XYZ 6.15 3.77 15.73 -
YUV 55.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 71 36 112 0.37 0.68 0 0.56 267.63 0.51 0.29
Hex 47 24 70 25 44 0 38 10C 33 1D
Octal 107 44 160 45 104 0 70 414 63 35
Binary 1000111 100100 1110000 100101 1000100 0 111000 100001100 110011 11101

Color Harmonies of #472470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472470

Black with #472470

Text Example


Text Example

White with #472470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472470; }

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

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

background-color css

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

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

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

border-color css

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

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

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