Html Css Color HEX #472177 Blue Diamond

📋 copy color: '#472177'

red 71 ◦ green 33 ◦ blue 119

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

Shades of Blue Diamond #472177

Tints of Blue Diamond #472177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.8%

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 31.84%
G = 14.8%
B = 53.36%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472177 (or 0x472177) is known color: Blue Diamond. HEX triplet: 47, 21 and 77. RGB value is (71,33,119). Sum of RGB (Red+Green+Blue) = 71+33+119=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #472177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472177 is #B8DE88. Grayscale: #353535. Windows color (decimal): -12115593 or 7807303. OLE color: 7807303.

HSL color Cylindrical-coordinate representation of color #472177: hue angle of 266.51º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #472177 is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 33 119 -
CMYK 0.40 0.72 0 0.53
HSL 266.51º 0.57% 0.3% -
HSV(B) 266.51º 0.72% 0.47% -
XYZ 6.47 3.76 17.84 -
YUV 54.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 71 33 119 0.40 0.72 0 0.53 266.51 0.57 0.3
Hex 47 21 77 28 48 0 35 10B 39 1E
Octal 107 41 167 50 110 0 65 413 71 36
Binary 1000111 100001 1110111 101000 1001000 0 110101 100001011 111001 11110

Color Harmonies of #472177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472177

Black with #472177

Text Example


Text Example

White with #472177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472177; }

 p { color: rgb(71,33,119); }

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

background-color css

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

 a { background-color: rgb(71,33,119); }

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

border-color css

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

 span { border-color: rgb(71,33,119); }

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