Html Css Color HEX #473168 Blue Diamond

📋 copy color: '#473168'

red 71 ◦ green 49 ◦ blue 104

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

Shades of Blue Diamond #473168

Tints of Blue Diamond #473168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

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

R = 31.7%
G = 21.88%
B = 46.43%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#473168 (or 0x473168) is known color: Blue Diamond. HEX triplet: 47, 31 and 68. RGB value is (71,49,104). Sum of RGB (Red+Green+Blue) = 71+49+104=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #473168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473168 is #B8CE97. Grayscale: #3D3D3D. Windows color (decimal): -12111512 or 6828359. OLE color: 6828359.

HSL color Cylindrical-coordinate representation of color #473168: hue angle of 264º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #473168 is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 49 104 -
CMYK 0.32 0.53 0 0.59
HSL 264º 0.36% 0.3% -
HSV(B) 264º 0.53% 0.41% -
XYZ 6.2 4.54 13.65 -
YUV 61.85 151.79 134.53 -
System Red Green Blue C M Y K H S L
Decimal 71 49 104 0.32 0.53 0 0.59 264 0.36 0.3
Hex 47 31 68 20 35 0 3B 108 24 1E
Octal 107 61 150 40 65 0 73 410 44 36
Binary 1000111 110001 1101000 100000 110101 0 111011 100001000 100100 11110

Color Harmonies of #473168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473168

Black with #473168

Text Example


Text Example

White with #473168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473168; }

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

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

background-color css

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

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

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

border-color css

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

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

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