Html Css Color HEX #471769 Blue Diamond

📋 copy color: '#471769'

red 71 ◦ green 23 ◦ blue 105

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

Shades of Blue Diamond #471769

Tints of Blue Diamond #471769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.56%

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

R = 35.68%
G = 11.56%
B = 52.76%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471769 (or 0x471769) is known color: Blue Diamond. HEX triplet: 47, 17 and 69. RGB value is (71,23,105). Sum of RGB (Red+Green+Blue) = 71+23+105=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #471769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471769 is #B8E896. Grayscale: #2E2E2E. Windows color (decimal): -12118167 or 6887239. OLE color: 6887239.

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

Color convert

RGB 71 23 105 -
CMYK 0.32 0.78 0 0.59
HSL 275.12º 0.64% 0.25% -
HSV(B) 275.12º 0.78% 0.41% -
XYZ 5.45 2.97 13.65 -
YUV 46.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 71 23 105 0.32 0.78 0 0.59 275.12 0.64 0.25
Hex 47 17 69 20 4E 0 3B 113 40 19
Octal 107 27 151 40 116 0 73 423 100 31
Binary 1000111 10111 1101001 100000 1001110 0 111011 100010011 1000000 11001

Color Harmonies of #471769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471769

Black with #471769

Text Example


Text Example

White with #471769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471769; }

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

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

background-color css

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

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

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

border-color css

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

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

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