Html Css Color HEX #471C68 Blue Diamond

📋 copy color: '#471C68'

red 71 ◦ green 28 ◦ blue 104

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

Shades of Blue Diamond #471C68

Tints of Blue Diamond #471C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 34.98%
G = 13.79%
B = 51.23%

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

#471C68 (or 0x471C68) is known color: Blue Diamond. HEX triplet: 47, 1C and 68. RGB value is (71,28,104). Sum of RGB (Red+Green+Blue) = 71+28+104=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #471C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C68 is #B8E397. Grayscale: #313131. Windows color (decimal): -12116888 or 6822983. OLE color: 6822983.

HSL color Cylindrical-coordinate representation of color #471C68: hue angle of 273.95º 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 #471C68 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 28 104 -
CMYK 0.32 0.73 0 0.59
HSL 273.95º 0.58% 0.26% -
HSV(B) 273.95º 0.73% 0.41% -
XYZ 5.51 3.17 13.42 -
YUV 49.52 158.75 143.32 -
System Red Green Blue C M Y K H S L
Decimal 71 28 104 0.32 0.73 0 0.59 273.95 0.58 0.26
Hex 47 1C 68 20 49 0 3B 112 3A 1A
Octal 107 34 150 40 111 0 73 422 72 32
Binary 1000111 11100 1101000 100000 1001001 0 111011 100010010 111010 11010

Color Harmonies of #471C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C68

Black with #471C68

Text Example


Text Example

White with #471C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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