Html Css Color HEX #471878 Blue Diamond

📋 copy color: '#471878'

red 71 ◦ green 24 ◦ blue 120

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

Shades of Blue Diamond #471878

Tints of Blue Diamond #471878

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

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

R = 33.02%
G = 11.16%
B = 55.81%

CMYK

 C value IS 0.41

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#471878 (or 0x471878) is known color: Blue Diamond. HEX triplet: 47, 18 and 78. RGB value is (71,24,120). Sum of RGB (Red+Green+Blue) = 71+24+120=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #471878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471878 is #B8E787. Grayscale: #303030. Windows color (decimal): -12117896 or 7870535. OLE color: 7870535.

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

Color convert

RGB 71 24 120 -
CMYK 0.41 0.8 0 0.53
HSL 269.38º 0.67% 0.28% -
HSV(B) 269.38º 0.8% 0.47% -
XYZ 6.32 3.35 18.08 -
YUV 49 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 71 24 120 0.41 0.8 0 0.53 269.38 0.67 0.28
Hex 47 18 78 29 50 0 35 10D 43 1C
Octal 107 30 170 51 120 0 65 415 103 34
Binary 1000111 11000 1111000 101001 1010000 0 110101 100001101 1000011 11100

Color Harmonies of #471878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471878

Black with #471878

Text Example


Text Example

White with #471878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471878; }

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

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

background-color css

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

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

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

border-color css

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

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

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