Html Css Color HEX #471778 Blue Diamond

📋 copy color: '#471778'

red 71 ◦ green 23 ◦ blue 120

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

Shades of Blue Diamond #471778

Tints of Blue Diamond #471778

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 120 (47.27% from 255) = 56.07%

R = 33.18%
G = 10.75%
B = 56.07%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471778 (or 0x471778) is known color: Blue Diamond. HEX triplet: 47, 17 and 78. RGB value is (71,23,120). Sum of RGB (Red+Green+Blue) = 71+23+120=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 120 (47.27% from 255 or 56.07% from 214); Max value from RGB is 120 - color contains mainly: blue. Hex color #471778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471778 is #B8E887. Grayscale: #303030. Windows color (decimal): -12118152 or 7870279. OLE color: 7870279.

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

Color convert

RGB 71 23 120 -
CMYK 0.41 0.81 0 0.53
HSL 269.69º 0.68% 0.28% -
HSV(B) 269.69º 0.81% 0.47% -
XYZ 6.3 3.31 18.08 -
YUV 48.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 71 23 120 0.41 0.81 0 0.53 269.69 0.68 0.28
Hex 47 17 78 29 51 0 35 10E 44 1C
Octal 107 27 170 51 121 0 65 416 104 34
Binary 1000111 10111 1111000 101001 1010001 0 110101 100001110 1000100 11100

Color Harmonies of #471778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471778

Black with #471778

Text Example


Text Example

White with #471778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471778; }

 p { color: rgb(71,23,120); }

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

background-color css

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

 a { background-color: rgb(71,23,120); }

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

border-color css

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

 span { border-color: rgb(71,23,120); }

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