Html Css Color HEX #471677 Blue Diamond

📋 copy color: '#471677'

red 71 ◦ green 22 ◦ blue 119

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

Shades of Blue Diamond #471677

Tints of Blue Diamond #471677

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 33.49%
G = 10.38%
B = 56.13%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471677 (or 0x471677) is known color: Blue Diamond. HEX triplet: 47, 16 and 77. RGB value is (71,22,119). Sum of RGB (Red+Green+Blue) = 71+22+119=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #471677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471677 is #B8E988. Grayscale: #2F2F2F. Windows color (decimal): -12118409 or 7804487. OLE color: 7804487.

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

Color convert

RGB 71 22 119 -
CMYK 0.40 0.82 0 0.53
HSL 270.31º 0.69% 0.28% -
HSV(B) 270.31º 0.82% 0.47% -
XYZ 6.22 3.25 17.75 -
YUV 47.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 71 22 119 0.40 0.82 0 0.53 270.31 0.69 0.28
Hex 47 16 77 28 52 0 35 10E 45 1C
Octal 107 26 167 50 122 0 65 416 105 34
Binary 1000111 10110 1110111 101000 1010010 0 110101 100001110 1000101 11100

Color Harmonies of #471677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471677

Black with #471677

Text Example


Text Example

White with #471677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471677; }

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

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

background-color css

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

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

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

border-color css

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

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

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