Html Css Color HEX #471C69 Blue Diamond

📋 copy color: '#471C69'

red 71 ◦ green 28 ◦ blue 105

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

Shades of Blue Diamond #471C69

Tints of Blue Diamond #471C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.73%

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

R = 34.8%
G = 13.73%
B = 51.47%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471C69 (or 0x471C69) is known color: Blue Diamond. HEX triplet: 47, 1C and 69. RGB value is (71,28,105). Sum of RGB (Red+Green+Blue) = 71+28+105=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #471C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C69 is #B8E396. Grayscale: #313131. Windows color (decimal): -12116887 or 6888519. OLE color: 6888519.

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

Color convert

RGB 71 28 105 -
CMYK 0.32 0.73 0 0.59
HSL 273.51º 0.58% 0.26% -
HSV(B) 273.51º 0.73% 0.41% -
XYZ 5.56 3.19 13.69 -
YUV 49.64 159.25 143.24 -
System Red Green Blue C M Y K H S L
Decimal 71 28 105 0.32 0.73 0 0.59 273.51 0.58 0.26
Hex 47 1C 69 20 49 0 3B 112 3A 1A
Octal 107 34 151 40 111 0 73 422 72 32
Binary 1000111 11100 1101001 100000 1001001 0 111011 100010010 111010 11010

Color Harmonies of #471C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C69

Black with #471C69

Text Example


Text Example

White with #471C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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