Html Css Color HEX #472664 Blue Diamond

📋 copy color: '#472664'

red 71 ◦ green 38 ◦ blue 100

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

Shades of Blue Diamond #472664

Tints of Blue Diamond #472664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.85%

R = 33.97%
G = 18.18%
B = 47.85%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#472664 (or 0x472664) is known color: Blue Diamond. HEX triplet: 47, 26 and 64. RGB value is (71,38,100). Sum of RGB (Red+Green+Blue) = 71+38+100=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 100 (39.45% from 255 or 47.85% from 209); Max value from RGB is 100 - color contains mainly: blue. Hex color #472664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472664 is #B8D99B. Grayscale: #363636. Windows color (decimal): -12114332 or 6563399. OLE color: 6563399.

HSL color Cylindrical-coordinate representation of color #472664: hue angle of 271.94º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #472664 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 38 100 -
CMYK 0.29 0.62 0 0.61
HSL 271.94º 0.45% 0.27% -
HSV(B) 271.94º 0.62% 0.39% -
XYZ 5.59 3.65 12.47 -
YUV 54.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 71 38 100 0.29 0.62 0 0.61 271.94 0.45 0.27
Hex 47 26 64 1D 3E 0 3D 110 2D 1B
Octal 107 46 144 35 76 0 75 420 55 33
Binary 1000111 100110 1100100 11101 111110 0 111101 100010000 101101 11011

Color Harmonies of #472664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472664

Black with #472664

Text Example


Text Example

White with #472664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472664; }

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

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

background-color css

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

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

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

border-color css

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

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

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