Html Css Color HEX #471C6B Blue Diamond

📋 copy color: '#471C6B'

red 71 ◦ green 28 ◦ blue 107

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

Shades of Blue Diamond #471C6B

Tints of Blue Diamond #471C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 34.47%
G = 13.59%
B = 51.94%

CMYK

 C value IS 0.34

 M value IS 0.74

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#471C6B (or 0x471C6B) is known color: Blue Diamond. HEX triplet: 47, 1C and 6B. RGB value is (71,28,107). Sum of RGB (Red+Green+Blue) = 71+28+107=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #471C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C6B is #B8E394. Grayscale: #313131. Windows color (decimal): -12116885 or 7019591. OLE color: 7019591.

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

Color convert

RGB 71 28 107 -
CMYK 0.34 0.74 0 0.58
HSL 272.66º 0.59% 0.26% -
HSV(B) 272.66º 0.74% 0.42% -
XYZ 5.67 3.23 14.23 -
YUV 49.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 71 28 107 0.34 0.74 0 0.58 272.66 0.59 0.26
Hex 47 1C 6B 22 4A 0 3A 111 3B 1A
Octal 107 34 153 42 112 0 72 421 73 32
Binary 1000111 11100 1101011 100010 1001010 0 111010 100010001 111011 11010

Color Harmonies of #471C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C6B

Black with #471C6B

Text Example


Text Example

White with #471C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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