Html Css Color HEX #473165 Blue Diamond

📋 copy color: '#473165'

red 71 ◦ green 49 ◦ blue 101

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

Shades of Blue Diamond #473165

Tints of Blue Diamond #473165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 45.7%

R = 32.13%
G = 22.17%
B = 45.7%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#473165 (or 0x473165) is known color: Blue Diamond. HEX triplet: 47, 31 and 65. RGB value is (71,49,101). Sum of RGB (Red+Green+Blue) = 71+49+101=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 101 (39.84% from 255 or 45.70% from 221); Max value from RGB is 101 - color contains mainly: blue. Hex color #473165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473165 is #B8CE9A. Grayscale: #3D3D3D. Windows color (decimal): -12111515 or 6631751. OLE color: 6631751.

HSL color Cylindrical-coordinate representation of color #473165: hue angle of 265.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #473165 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 49 101 -
CMYK 0.30 0.51 0 0.60
HSL 265.38º 0.35% 0.29% -
HSV(B) 265.38º 0.51% 0.4% -
XYZ 6.05 4.48 12.86 -
YUV 61.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 71 49 101 0.30 0.51 0 0.60 265.38 0.35 0.29
Hex 47 31 65 1E 33 0 3C 109 23 1D
Octal 107 61 145 36 63 0 74 411 43 35
Binary 1000111 110001 1100101 11110 110011 0 111100 100001001 100011 11101

Color Harmonies of #473165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473165

Black with #473165

Text Example


Text Example

White with #473165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473165; }

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

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

background-color css

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

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

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

border-color css

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

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

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