Html Css Color HEX #472B71 Blue Diamond

📋 copy color: '#472B71'

red 71 ◦ green 43 ◦ blue 113

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

Shades of Blue Diamond #472B71

Tints of Blue Diamond #472B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.94%

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 31.28%
G = 18.94%
B = 49.78%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#472B71 (or 0x472B71) is known color: Blue Diamond. HEX triplet: 47, 2B and 71. RGB value is (71,43,113). Sum of RGB (Red+Green+Blue) = 71+43+113=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #472B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B71 is #B8D48E. Grayscale: #3B3B3B. Windows color (decimal): -12113039 or 7416647. OLE color: 7416647.

HSL color Cylindrical-coordinate representation of color #472B71: hue angle of 264º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472B71 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 43 113 -
CMYK 0.37 0.62 0 0.56
HSL 264º 0.45% 0.31% -
HSV(B) 264º 0.62% 0.44% -
XYZ 6.44 4.26 16.11 -
YUV 59.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 71 43 113 0.37 0.62 0 0.56 264 0.45 0.31
Hex 47 2B 71 25 3E 0 38 108 2D 1F
Octal 107 53 161 45 76 0 70 410 55 37
Binary 1000111 101011 1110001 100101 111110 0 111000 100001000 101101 11111

Color Harmonies of #472B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B71

Black with #472B71

Text Example


Text Example

White with #472B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472B71; }

 p { color: rgb(71,43,113); }

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

background-color css

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

 a { background-color: rgb(71,43,113); }

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

border-color css

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

 span { border-color: rgb(71,43,113); }

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