Html Css Color HEX #472173 Blue Diamond

📋 copy color: '#472173'

red 71 ◦ green 33 ◦ blue 115

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

Shades of Blue Diamond #472173

Tints of Blue Diamond #472173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 32.42%
G = 15.07%
B = 52.51%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472173 (or 0x472173) is known color: Blue Diamond. HEX triplet: 47, 21 and 73. RGB value is (71,33,115). Sum of RGB (Red+Green+Blue) = 71+33+115=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #472173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472173 is #B8DE8C. Grayscale: #353535. Windows color (decimal): -12115597 or 7545159. OLE color: 7545159.

HSL color Cylindrical-coordinate representation of color #472173: hue angle of 267.8º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #472173 is Cyan = 0.38, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 33 115 -
CMYK 0.38 0.71 0 0.55
HSL 267.8º 0.55% 0.29% -
HSV(B) 267.8º 0.71% 0.45% -
XYZ 6.24 3.67 16.6 -
YUV 53.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 71 33 115 0.38 0.71 0 0.55 267.8 0.55 0.29
Hex 47 21 73 26 47 0 37 10C 37 1D
Octal 107 41 163 46 107 0 67 414 67 35
Binary 1000111 100001 1110011 100110 1000111 0 110111 100001100 110111 11101

Color Harmonies of #472173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472173

Black with #472173

Text Example


Text Example

White with #472173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472173; }

 p { color: rgb(71,33,115); }

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

background-color css

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

 a { background-color: rgb(71,33,115); }

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

border-color css

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

 span { border-color: rgb(71,33,115); }

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