Html Css Color HEX #472076 Blue Diamond

📋 copy color: '#472076'

red 71 ◦ green 32 ◦ blue 118

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

Shades of Blue Diamond #472076

Tints of Blue Diamond #472076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 32.13%
G = 14.48%
B = 53.39%

CMYK

 C value IS 0.40

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#472076 (or 0x472076) is known color: Blue Diamond. HEX triplet: 47, 20 and 76. RGB value is (71,32,118). Sum of RGB (Red+Green+Blue) = 71+32+118=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #472076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472076 is #B8DF89. Grayscale: #353535. Windows color (decimal): -12115850 or 7741511. OLE color: 7741511.

HSL color Cylindrical-coordinate representation of color #472076: hue angle of 267.21º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #472076 is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 32 118 -
CMYK 0.40 0.73 0 0.54
HSL 267.21º 0.57% 0.29% -
HSV(B) 267.21º 0.73% 0.46% -
XYZ 6.39 3.68 17.51 -
YUV 53.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 71 32 118 0.40 0.73 0 0.54 267.21 0.57 0.29
Hex 47 20 76 28 49 0 36 10B 39 1D
Octal 107 40 166 50 111 0 66 413 71 35
Binary 1000111 100000 1110110 101000 1001001 0 110110 100001011 111001 11101

Color Harmonies of #472076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472076

Black with #472076

Text Example


Text Example

White with #472076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472076; }

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

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

background-color css

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

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

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

border-color css

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

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

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