Html Css Color HEX #472168 Blue Diamond

📋 copy color: '#472168'

red 71 ◦ green 33 ◦ blue 104

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

Shades of Blue Diamond #472168

Tints of Blue Diamond #472168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.87%

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

R = 34.13%
G = 15.87%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472168 (or 0x472168) is known color: Blue Diamond. HEX triplet: 47, 21 and 68. RGB value is (71,33,104). Sum of RGB (Red+Green+Blue) = 71+33+104=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #472168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472168 is #B8DE97. Grayscale: #343434. Windows color (decimal): -12115608 or 6824263. OLE color: 6824263.

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

Color convert

RGB 71 33 104 -
CMYK 0.32 0.68 0 0.59
HSL 272.11º 0.52% 0.27% -
HSV(B) 272.11º 0.68% 0.41% -
XYZ 5.64 3.43 13.46 -
YUV 52.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 71 33 104 0.32 0.68 0 0.59 272.11 0.52 0.27
Hex 47 21 68 20 44 0 3B 110 34 1B
Octal 107 41 150 40 104 0 73 420 64 33
Binary 1000111 100001 1101000 100000 1000100 0 111011 100010000 110100 11011

Color Harmonies of #472168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472168

Black with #472168

Text Example


Text Example

White with #472168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472168; }

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

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

background-color css

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

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

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

border-color css

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

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

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