Html Css Color HEX #471C6E Blue Diamond

📋 copy color: '#471C6E'

red 71 ◦ green 28 ◦ blue 110

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

Shades of Blue Diamond #471C6E

Tints of Blue Diamond #471C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 33.97%
G = 13.4%
B = 52.63%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#471C6E (or 0x471C6E) is known color: Blue Diamond. HEX triplet: 47, 1C and 6E. RGB value is (71,28,110). Sum of RGB (Red+Green+Blue) = 71+28+110=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #471C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C6E is #B8E391. Grayscale: #313131. Windows color (decimal): -12116882 or 7216199. OLE color: 7216199.

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

Color convert

RGB 71 28 110 -
CMYK 0.35 0.75 0 0.57
HSL 271.46º 0.59% 0.27% -
HSV(B) 271.46º 0.75% 0.43% -
XYZ 5.83 3.3 15.08 -
YUV 50.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 71 28 110 0.35 0.75 0 0.57 271.46 0.59 0.27
Hex 47 1C 6E 23 4B 0 39 10F 3B 1B
Octal 107 34 156 43 113 0 71 417 73 33
Binary 1000111 11100 1101110 100011 1001011 0 111001 100001111 111011 11011

Color Harmonies of #471C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C6E

Black with #471C6E

Text Example


Text Example

White with #471C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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