Html Css Color HEX #472473 Blue Diamond

📋 copy color: '#472473'

red 71 ◦ green 36 ◦ blue 115

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

Shades of Blue Diamond #472473

Tints of Blue Diamond #472473

RGB

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

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

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

R = 31.98%
G = 16.22%
B = 51.8%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#472473 (or 0x472473) is known color: Blue Diamond. HEX triplet: 47, 24 and 73. RGB value is (71,36,115). Sum of RGB (Red+Green+Blue) = 71+36+115=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 115 (45.31% from 255 or 51.80% from 222); Max value from RGB is 115 - color contains mainly: blue. Hex color #472473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472473 is #B8DB8C. Grayscale: #373737. Windows color (decimal): -12114829 or 7545927. OLE color: 7545927.

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

Color convert

RGB 71 36 115 -
CMYK 0.38 0.69 0 0.55
HSL 266.58º 0.52% 0.3% -
HSV(B) 266.58º 0.69% 0.45% -
XYZ 6.32 3.84 16.63 -
YUV 55.47 161.6 139.08 -
System Red Green Blue C M Y K H S L
Decimal 71 36 115 0.38 0.69 0 0.55 266.58 0.52 0.3
Hex 47 24 73 26 45 0 37 10B 34 1E
Octal 107 44 163 46 105 0 67 413 64 36
Binary 1000111 100100 1110011 100110 1000101 0 110111 100001011 110100 11110

Color Harmonies of #472473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472473

Black with #472473

Text Example


Text Example

White with #472473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472473; }

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

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

background-color css

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

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

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

border-color css

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

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

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