Html Css Color HEX #472573 Blue Diamond

📋 copy color: '#472573'

red 71 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #472573

Tints of Blue Diamond #472573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 31.84%
G = 16.59%
B = 51.57%

CMYK

 C value IS 0.38

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472573 (or 0x472573) is known color: Blue Diamond. HEX triplet: 47, 25 and 73. RGB value is (71,37,115). Sum of RGB (Red+Green+Blue) = 71+37+115=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #472573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472573 is #B8DA8C. Grayscale: #373737. Windows color (decimal): -12114573 or 7546183. OLE color: 7546183.

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

Color convert

RGB 71 37 115 -
CMYK 0.38 0.68 0 0.55
HSL 266.15º 0.51% 0.3% -
HSV(B) 266.15º 0.68% 0.45% -
XYZ 6.35 3.9 16.64 -
YUV 56.06 161.26 138.66 -
System Red Green Blue C M Y K H S L
Decimal 71 37 115 0.38 0.68 0 0.55 266.15 0.51 0.3
Hex 47 25 73 26 44 0 37 10A 33 1E
Octal 107 45 163 46 104 0 67 412 63 36
Binary 1000111 100101 1110011 100110 1000100 0 110111 100001010 110011 11110

Color Harmonies of #472573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472573

Black with #472573

Text Example


Text Example

White with #472573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472573; }

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

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

background-color css

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

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

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

border-color css

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

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

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