Html Css Color HEX #473164 Blue Diamond

📋 copy color: '#473164'

red 71 ◦ green 49 ◦ blue 100

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

Shades of Blue Diamond #473164

Tints of Blue Diamond #473164

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

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

R = 32.27%
G = 22.27%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#473164 (or 0x473164) is known color: Blue Diamond. HEX triplet: 47, 31 and 64. RGB value is (71,49,100). Sum of RGB (Red+Green+Blue) = 71+49+100=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 100 (39.45% from 255 or 45.45% from 220); Max value from RGB is 100 - color contains mainly: blue. Hex color #473164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473164 is #B8CE9B. Grayscale: #3D3D3D. Windows color (decimal): -12111516 or 6566215. OLE color: 6566215.

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

Color convert

RGB 71 49 100 -
CMYK 0.29 0.51 0 0.61
HSL 265.88º 0.34% 0.29% -
HSV(B) 265.88º 0.51% 0.39% -
XYZ 6 4.46 12.6 -
YUV 61.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 71 49 100 0.29 0.51 0 0.61 265.88 0.34 0.29
Hex 47 31 64 1D 33 0 3D 10A 22 1D
Octal 107 61 144 35 63 0 75 412 42 35
Binary 1000111 110001 1100100 11101 110011 0 111101 100001010 100010 11101

Color Harmonies of #473164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473164

Black with #473164

Text Example


Text Example

White with #473164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473164; }

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

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

background-color css

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

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

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

border-color css

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

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

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