Html Css Color HEX #472C6E Blue Diamond

📋 copy color: '#472C6E'

red 71 ◦ green 44 ◦ blue 110

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

Shades of Blue Diamond #472C6E

Tints of Blue Diamond #472C6E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 31.56%
G = 19.56%
B = 48.89%

CMYK

 C value IS 0.35

 M value IS 0.6

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#472C6E (or 0x472C6E) is known color: Blue Diamond. HEX triplet: 47, 2C and 6E. RGB value is (71,44,110). Sum of RGB (Red+Green+Blue) = 71+44+110=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #472C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472C6E is #B8D391. Grayscale: #3B3B3B. Windows color (decimal): -12112786 or 7220295. OLE color: 7220295.

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

Color convert

RGB 71 44 110 -
CMYK 0.35 0.6 0 0.57
HSL 264.55º 0.43% 0.3% -
HSV(B) 264.55º 0.6% 0.43% -
XYZ 6.31 4.27 15.24 -
YUV 59.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 71 44 110 0.35 0.6 0 0.57 264.55 0.43 0.3
Hex 47 2C 6E 23 3C 0 39 109 2B 1E
Octal 107 54 156 43 74 0 71 411 53 36
Binary 1000111 101100 1101110 100011 111100 0 111001 100001001 101011 11110

Color Harmonies of #472C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472C6E

Black with #472C6E

Text Example


Text Example

White with #472C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,110); }

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

background-color css

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

 a { background-color: rgb(71,44,110); }

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

border-color css

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

 span { border-color: rgb(71,44,110); }

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