Html Css Color HEX #471869 Blue Diamond

📋 copy color: '#471869'

red 71 ◦ green 24 ◦ blue 105

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

Shades of Blue Diamond #471869

Tints of Blue Diamond #471869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 52.5%

R = 35.5%
G = 12%
B = 52.5%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471869 (or 0x471869) is known color: Blue Diamond. HEX triplet: 47, 18 and 69. RGB value is (71,24,105). Sum of RGB (Red+Green+Blue) = 71+24+105=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #471869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471869 is #B8E796. Grayscale: #2F2F2F. Windows color (decimal): -12117911 or 6887495. OLE color: 6887495.

HSL color Cylindrical-coordinate representation of color #471869: hue angle of 274.81º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #471869 is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 24 105 -
CMYK 0.32 0.77 0 0.59
HSL 274.81º 0.63% 0.25% -
HSV(B) 274.81º 0.77% 0.41% -
XYZ 5.47 3.01 13.66 -
YUV 47.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 71 24 105 0.32 0.77 0 0.59 274.81 0.63 0.25
Hex 47 18 69 20 4D 0 3B 113 3F 19
Octal 107 30 151 40 115 0 73 423 77 31
Binary 1000111 11000 1101001 100000 1001101 0 111011 100010011 111111 11001

Color Harmonies of #471869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471869

Black with #471869

Text Example


Text Example

White with #471869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471869; }

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

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

background-color css

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

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

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

border-color css

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

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

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