Html Css Color HEX #473166 Blue Diamond

📋 copy color: '#473166'

red 71 ◦ green 49 ◦ blue 102

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

Shades of Blue Diamond #473166

Tints of Blue Diamond #473166

RGB

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

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

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

R = 31.98%
G = 22.07%
B = 45.95%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#473166 (or 0x473166) is known color: Blue Diamond. HEX triplet: 47, 31 and 66. RGB value is (71,49,102). Sum of RGB (Red+Green+Blue) = 71+49+102=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #473166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473166 is #B8CE99. Grayscale: #3D3D3D. Windows color (decimal): -12111514 or 6697287. OLE color: 6697287.

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

Color convert

RGB 71 49 102 -
CMYK 0.30 0.52 0 0.6
HSL 264.91º 0.35% 0.3% -
HSV(B) 264.91º 0.52% 0.4% -
XYZ 6.1 4.5 13.12 -
YUV 61.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 71 49 102 0.30 0.52 0 0.6 264.91 0.35 0.3
Hex 47 31 66 1E 34 0 3C 109 23 1E
Octal 107 61 146 36 64 0 74 411 43 36
Binary 1000111 110001 1100110 11110 110100 0 111100 100001001 100011 11110

Color Harmonies of #473166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473166

Black with #473166

Text Example


Text Example

White with #473166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473166; }

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

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

background-color css

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

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

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

border-color css

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

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

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