Html Css Color HEX #472B6D Blue Diamond

📋 copy color: '#472B6D'

red 71 ◦ green 43 ◦ blue 109

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

Shades of Blue Diamond #472B6D

Tints of Blue Diamond #472B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 48.88%

R = 31.84%
G = 19.28%
B = 48.88%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#472B6D (or 0x472B6D) is known color: Blue Diamond. HEX triplet: 47, 2B and 6D. RGB value is (71,43,109). Sum of RGB (Red+Green+Blue) = 71+43+109=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #472B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B6D is #B8D492. Grayscale: #3A3A3A. Windows color (decimal): -12113043 or 7154503. OLE color: 7154503.

HSL color Cylindrical-coordinate representation of color #472B6D: hue angle of 265.45º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472B6D is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 43 109 -
CMYK 0.35 0.61 0 0.57
HSL 265.45º 0.43% 0.3% -
HSV(B) 265.45º 0.61% 0.43% -
XYZ 6.22 4.17 14.95 -
YUV 58.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 71 43 109 0.35 0.61 0 0.57 265.45 0.43 0.3
Hex 47 2B 6D 23 3D 0 39 109 2B 1E
Octal 107 53 155 43 75 0 71 411 53 36
Binary 1000111 101011 1101101 100011 111101 0 111001 100001001 101011 11110

Color Harmonies of #472B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472B6D

Black with #472B6D

Text Example


Text Example

White with #472B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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