Html Css Color HEX #471A69 Blue Diamond

📋 copy color: '#471A69'

red 71 ◦ green 26 ◦ blue 105

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

Shades of Blue Diamond #471A69

Tints of Blue Diamond #471A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.87%

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

R = 35.15%
G = 12.87%
B = 51.98%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471A69 (or 0x471A69) is known color: Blue Diamond. HEX triplet: 47, 1A and 69. RGB value is (71,26,105). Sum of RGB (Red+Green+Blue) = 71+26+105=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #471A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A69 is #B8E596. Grayscale: #303030. Windows color (decimal): -12117399 or 6888007. OLE color: 6888007.

HSL color Cylindrical-coordinate representation of color #471A69: hue angle of 274.18º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471A69 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 26 105 -
CMYK 0.32 0.75 0 0.59
HSL 274.18º 0.6% 0.26% -
HSV(B) 274.18º 0.75% 0.41% -
XYZ 5.52 3.1 13.67 -
YUV 48.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 71 26 105 0.32 0.75 0 0.59 274.18 0.6 0.26
Hex 47 1A 69 20 4B 0 3B 112 3C 1A
Octal 107 32 151 40 113 0 73 422 74 32
Binary 1000111 11010 1101001 100000 1001011 0 111011 100010010 111100 11010

Color Harmonies of #471A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A69

Black with #471A69

Text Example


Text Example

White with #471A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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