Html Css Color HEX #471969 Blue Diamond

📋 copy color: '#471969'

red 71 ◦ green 25 ◦ blue 105

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

Shades of Blue Diamond #471969

Tints of Blue Diamond #471969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.44%

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

R = 35.32%
G = 12.44%
B = 52.24%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471969 (or 0x471969) is known color: Blue Diamond. HEX triplet: 47, 19 and 69. RGB value is (71,25,105). Sum of RGB (Red+Green+Blue) = 71+25+105=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #471969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471969 is #B8E696. Grayscale: #2F2F2F. Windows color (decimal): -12117655 or 6887751. OLE color: 6887751.

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

Color convert

RGB 71 25 105 -
CMYK 0.32 0.76 0 0.59
HSL 274.5º 0.62% 0.25% -
HSV(B) 274.5º 0.76% 0.41% -
XYZ 5.5 3.05 13.66 -
YUV 47.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 71 25 105 0.32 0.76 0 0.59 274.5 0.62 0.25
Hex 47 19 69 20 4C 0 3B 112 3E 19
Octal 107 31 151 40 114 0 73 422 76 31
Binary 1000111 11001 1101001 100000 1001100 0 111011 100010010 111110 11001

Color Harmonies of #471969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471969

Black with #471969

Text Example


Text Example

White with #471969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471969; }

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

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

background-color css

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

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

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

border-color css

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

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

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