Html Css Color HEX #471876 Blue Diamond

📋 copy color: '#471876'

red 71 ◦ green 24 ◦ blue 118

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

Shades of Blue Diamond #471876

Tints of Blue Diamond #471876

RGB

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

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

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

R = 33.33%
G = 11.27%
B = 55.4%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#471876 (or 0x471876) is known color: Blue Diamond. HEX triplet: 47, 18 and 76. RGB value is (71,24,118). Sum of RGB (Red+Green+Blue) = 71+24+118=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 118 (46.48% from 255 or 55.40% from 213); Max value from RGB is 118 - color contains mainly: blue. Hex color #471876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471876 is #B8E789. Grayscale: #303030. Windows color (decimal): -12117898 or 7739463. OLE color: 7739463.

HSL color Cylindrical-coordinate representation of color #471876: hue angle of 270º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #471876 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 71 24 118 -
CMYK 0.40 0.80 0 0.54
HSL 270º 0.66% 0.28% -
HSV(B) 270º 0.8% 0.46% -
XYZ 6.2 3.3 17.45 -
YUV 48.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 71 24 118 0.40 0.80 0 0.54 270 0.66 0.28
Hex 47 18 76 28 50 0 36 10E 42 1C
Octal 107 30 166 50 120 0 66 416 102 34
Binary 1000111 11000 1110110 101000 1010000 0 110110 100001110 1000010 11100

Color Harmonies of #471876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471876

Black with #471876

Text Example


Text Example

White with #471876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471876; }

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

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

background-color css

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

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

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

border-color css

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

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

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