Html Css Color HEX #472077 Blue Diamond

📋 copy color: '#472077'

red 71 ◦ green 32 ◦ blue 119

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

Shades of Blue Diamond #472077

Tints of Blue Diamond #472077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 31.98%
G = 14.41%
B = 53.6%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#472077 (or 0x472077) is known color: Blue Diamond. HEX triplet: 47, 20 and 77. RGB value is (71,32,119). Sum of RGB (Red+Green+Blue) = 71+32+119=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #472077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472077 is #B8DF88. Grayscale: #353535. Windows color (decimal): -12115849 or 7807047. OLE color: 7807047.

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

Color convert

RGB 71 32 119 -
CMYK 0.40 0.73 0 0.53
HSL 266.9º 0.58% 0.3% -
HSV(B) 266.9º 0.73% 0.47% -
XYZ 6.44 3.7 17.83 -
YUV 53.58 164.92 140.43 -
System Red Green Blue C M Y K H S L
Decimal 71 32 119 0.40 0.73 0 0.53 266.9 0.58 0.3
Hex 47 20 77 28 49 0 35 10B 3A 1E
Octal 107 40 167 50 111 0 65 413 72 36
Binary 1000111 100000 1110111 101000 1001001 0 110101 100001011 111010 11110

Color Harmonies of #472077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472077

Black with #472077

Text Example


Text Example

White with #472077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472077; }

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

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

background-color css

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

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

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

border-color css

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

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

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