Html Css Color HEX #471870 Blue Diamond

📋 copy color: '#471870'

red 71 ◦ green 24 ◦ blue 112

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

Shades of Blue Diamond #471870

Tints of Blue Diamond #471870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 54.11%

R = 34.3%
G = 11.59%
B = 54.11%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471870 (or 0x471870) is known color: Blue Diamond. HEX triplet: 47, 18 and 70. RGB value is (71,24,112). Sum of RGB (Red+Green+Blue) = 71+24+112=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #471870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471870 is #B8E78F. Grayscale: #2F2F2F. Windows color (decimal): -12117904 or 7346247. OLE color: 7346247.

HSL color Cylindrical-coordinate representation of color #471870: hue angle of 272.05º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471870 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 24 112 -
CMYK 0.37 0.79 0 0.56
HSL 272.05º 0.65% 0.27% -
HSV(B) 272.05º 0.79% 0.44% -
XYZ 5.85 3.16 15.63 -
YUV 48.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 71 24 112 0.37 0.79 0 0.56 272.05 0.65 0.27
Hex 47 18 70 25 4F 0 38 110 41 1B
Octal 107 30 160 45 117 0 70 420 101 33
Binary 1000111 11000 1110000 100101 1001111 0 111000 100010000 1000001 11011

Color Harmonies of #471870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471870

Black with #471870

Text Example


Text Example

White with #471870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471870; }

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

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

background-color css

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

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

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

border-color css

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

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

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