Html Css Color HEX #472666 Blue Diamond

📋 copy color: '#472666'

red 71 ◦ green 38 ◦ blue 102

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

Shades of Blue Diamond #472666

Tints of Blue Diamond #472666

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 33.65%
G = 18.01%
B = 48.34%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#472666 (or 0x472666) is known color: Blue Diamond. HEX triplet: 47, 26 and 66. RGB value is (71,38,102). Sum of RGB (Red+Green+Blue) = 71+38+102=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #472666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472666 is #B8D999. Grayscale: #363636. Windows color (decimal): -12114330 or 6694471. OLE color: 6694471.

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

Color convert

RGB 71 38 102 -
CMYK 0.30 0.63 0 0.6
HSL 270.94º 0.46% 0.27% -
HSV(B) 270.94º 0.63% 0.4% -
XYZ 5.69 3.69 12.98 -
YUV 55.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 71 38 102 0.30 0.63 0 0.6 270.94 0.46 0.27
Hex 47 26 66 1E 3F 0 3C 10F 2E 1B
Octal 107 46 146 36 77 0 74 417 56 33
Binary 1000111 100110 1100110 11110 111111 0 111100 100001111 101110 11011

Color Harmonies of #472666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472666

Black with #472666

Text Example


Text Example

White with #472666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472666; }

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

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

background-color css

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

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

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

border-color css

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

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

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