Html Css Color HEX #472668 Blue Diamond

📋 copy color: '#472668'

red 71 ◦ green 38 ◦ blue 104

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

Shades of Blue Diamond #472668

Tints of Blue Diamond #472668

RGB

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

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

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

R = 33.33%
G = 17.84%
B = 48.83%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#472668 (or 0x472668) is known color: Blue Diamond. HEX triplet: 47, 26 and 68. RGB value is (71,38,104). Sum of RGB (Red+Green+Blue) = 71+38+104=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 104 (41.02% from 255 or 48.83% from 213); Max value from RGB is 104 - color contains mainly: blue. Hex color #472668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472668 is #B8D997. Grayscale: #373737. Windows color (decimal): -12114328 or 6825543. OLE color: 6825543.

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

Color convert

RGB 71 38 104 -
CMYK 0.32 0.63 0 0.59
HSL 270º 0.46% 0.28% -
HSV(B) 270º 0.63% 0.41% -
XYZ 5.79 3.73 13.51 -
YUV 55.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 71 38 104 0.32 0.63 0 0.59 270 0.46 0.28
Hex 47 26 68 20 3F 0 3B 10E 2E 1C
Octal 107 46 150 40 77 0 73 416 56 34
Binary 1000111 100110 1101000 100000 111111 0 111011 100001110 101110 11100

Color Harmonies of #472668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472668

Black with #472668

Text Example


Text Example

White with #472668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472668; }

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

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

background-color css

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

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

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

border-color css

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

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

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