Html Css Color HEX #472866 Blue Diamond

📋 copy color: '#472866'

red 71 ◦ green 40 ◦ blue 102

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

Shades of Blue Diamond #472866

Tints of Blue Diamond #472866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 33.33%
G = 18.78%
B = 47.89%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472866 (or 0x472866) is known color: Blue Diamond. HEX triplet: 47, 28 and 66. RGB value is (71,40,102). Sum of RGB (Red+Green+Blue) = 71+40+102=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #472866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472866 is #B8D799. Grayscale: #383838. Windows color (decimal): -12113818 or 6694983. OLE color: 6694983.

HSL color Cylindrical-coordinate representation of color #472866: hue angle of 270º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #472866 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 40 102 -
CMYK 0.30 0.61 0 0.6
HSL 270º 0.44% 0.28% -
HSV(B) 270º 0.61% 0.4% -
XYZ 5.76 3.82 13 -
YUV 56.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 71 40 102 0.30 0.61 0 0.6 270 0.44 0.28
Hex 47 28 66 1E 3D 0 3C 10E 2C 1C
Octal 107 50 146 36 75 0 74 416 54 34
Binary 1000111 101000 1100110 11110 111101 0 111100 100001110 101100 11100

Color Harmonies of #472866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472866

Black with #472866

Text Example


Text Example

White with #472866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472866; }

 p { color: rgb(71,40,102); }

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

background-color css

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

 a { background-color: rgb(71,40,102); }

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

border-color css

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

 span { border-color: rgb(71,40,102); }

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