Html Css Color HEX #472270 Blue Diamond

📋 copy color: '#472270'

red 71 ◦ green 34 ◦ blue 112

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

Shades of Blue Diamond #472270

Tints of Blue Diamond #472270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

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

R = 32.72%
G = 15.67%
B = 51.61%

CMYK

 C value IS 0.37

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472270 (or 0x472270) is known color: Blue Diamond. HEX triplet: 47, 22 and 70. RGB value is (71,34,112). Sum of RGB (Red+Green+Blue) = 71+34+112=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #472270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472270 is #B8DD8F. Grayscale: #353535. Windows color (decimal): -12115344 or 7348807. OLE color: 7348807.

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

Color convert

RGB 71 34 112 -
CMYK 0.37 0.70 0 0.56
HSL 268.46º 0.53% 0.29% -
HSV(B) 268.46º 0.7% 0.44% -
XYZ 6.1 3.65 15.71 -
YUV 53.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 71 34 112 0.37 0.70 0 0.56 268.46 0.53 0.29
Hex 47 22 70 25 46 0 38 10C 35 1D
Octal 107 42 160 45 106 0 70 414 65 35
Binary 1000111 100010 1110000 100101 1000110 0 111000 100001100 110101 11101

Color Harmonies of #472270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472270

Black with #472270

Text Example


Text Example

White with #472270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472270; }

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

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

background-color css

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

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

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

border-color css

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

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

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