Html Css Color HEX #472766 Blue Diamond

📋 copy color: '#472766'

red 71 ◦ green 39 ◦ blue 102

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

Shades of Blue Diamond #472766

Tints of Blue Diamond #472766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.4%

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

R = 33.49%
G = 18.4%
B = 48.11%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472766 (or 0x472766) is known color: Blue Diamond. HEX triplet: 47, 27 and 66. RGB value is (71,39,102). Sum of RGB (Red+Green+Blue) = 71+39+102=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #472766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472766 is #B8D899. Grayscale: #373737. Windows color (decimal): -12114074 or 6694727. OLE color: 6694727.

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

Color convert

RGB 71 39 102 -
CMYK 0.30 0.62 0 0.6
HSL 270.48º 0.45% 0.28% -
HSV(B) 270.48º 0.62% 0.4% -
XYZ 5.72 3.75 12.99 -
YUV 55.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 71 39 102 0.30 0.62 0 0.6 270.48 0.45 0.28
Hex 47 27 66 1E 3E 0 3C 10E 2D 1C
Octal 107 47 146 36 76 0 74 416 55 34
Binary 1000111 100111 1100110 11110 111110 0 111100 100001110 101101 11100

Color Harmonies of #472766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472766

Black with #472766

Text Example


Text Example

White with #472766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472766; }

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

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

background-color css

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

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

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

border-color css

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

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

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