Html Css Color HEX #472370 Blue Diamond

📋 copy color: '#472370'

red 71 ◦ green 35 ◦ blue 112

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

Shades of Blue Diamond #472370

Tints of Blue Diamond #472370

RGB

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

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

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

R = 32.57%
G = 16.06%
B = 51.38%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472370 (or 0x472370) is known color: Blue Diamond. HEX triplet: 47, 23 and 70. RGB value is (71,35,112). Sum of RGB (Red+Green+Blue) = 71+35+112=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #472370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472370 is #B8DC8F. Grayscale: #363636. Windows color (decimal): -12115088 or 7349063. OLE color: 7349063.

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

Color convert

RGB 71 35 112 -
CMYK 0.37 0.69 0 0.56
HSL 268.05º 0.52% 0.29% -
HSV(B) 268.05º 0.69% 0.44% -
XYZ 6.12 3.71 15.72 -
YUV 54.54 160.43 139.74 -
System Red Green Blue C M Y K H S L
Decimal 71 35 112 0.37 0.69 0 0.56 268.05 0.52 0.29
Hex 47 23 70 25 45 0 38 10C 34 1D
Octal 107 43 160 45 105 0 70 414 64 35
Binary 1000111 100011 1110000 100101 1000101 0 111000 100001100 110100 11101

Color Harmonies of #472370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472370

Black with #472370

Text Example


Text Example

White with #472370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472370; }

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

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

background-color css

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

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

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

border-color css

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

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

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