Html Css Color HEX #471C6D Blue Diamond

📋 copy color: '#471C6D'

red 71 ◦ green 28 ◦ blue 109

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

Shades of Blue Diamond #471C6D

Tints of Blue Diamond #471C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.4%

R = 34.13%
G = 13.46%
B = 52.4%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#471C6D (or 0x471C6D) is known color: Blue Diamond. HEX triplet: 47, 1C and 6D. RGB value is (71,28,109). Sum of RGB (Red+Green+Blue) = 71+28+109=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 109 (42.97% from 255 or 52.40% from 208); Max value from RGB is 109 - color contains mainly: blue. Hex color #471C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C6D is #B8E392. Grayscale: #313131. Windows color (decimal): -12116883 or 7150663. OLE color: 7150663.

HSL color Cylindrical-coordinate representation of color #471C6D: hue angle of 271.85º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471C6D is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 28 109 -
CMYK 0.35 0.74 0 0.57
HSL 271.85º 0.59% 0.27% -
HSV(B) 271.85º 0.74% 0.43% -
XYZ 5.77 3.27 14.8 -
YUV 50.09 161.25 142.91 -
System Red Green Blue C M Y K H S L
Decimal 71 28 109 0.35 0.74 0 0.57 271.85 0.59 0.27
Hex 47 1C 6D 23 4A 0 39 110 3B 1B
Octal 107 34 155 43 112 0 71 420 73 33
Binary 1000111 11100 1101101 100011 1001010 0 111001 100010000 111011 11011

Color Harmonies of #471C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C6D

Black with #471C6D

Text Example


Text Example

White with #471C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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