Html Css Color HEX #473162 Blue Diamond

📋 copy color: '#473162'

red 71 ◦ green 49 ◦ blue 98

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

Shades of Blue Diamond #473162

Tints of Blue Diamond #473162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 44.95%

R = 32.57%
G = 22.48%
B = 44.95%

CMYK

 C value IS 0.28

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473162 (or 0x473162) is known color: Blue Diamond. HEX triplet: 47, 31 and 62. RGB value is (71,49,98). Sum of RGB (Red+Green+Blue) = 71+49+98=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #473162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473162 is #B8CE9D. Grayscale: #3C3C3C. Windows color (decimal): -12111518 or 6435143. OLE color: 6435143.

HSL color Cylindrical-coordinate representation of color #473162: hue angle of 266.94º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #473162 is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 49 98 -
CMYK 0.28 0.5 0 0.62
HSL 266.94º 0.33% 0.29% -
HSV(B) 266.94º 0.5% 0.38% -
XYZ 5.9 4.42 12.1 -
YUV 61.16 148.79 135.02 -
System Red Green Blue C M Y K H S L
Decimal 71 49 98 0.28 0.5 0 0.62 266.94 0.33 0.29
Hex 47 31 62 1C 32 0 3E 10B 21 1D
Octal 107 61 142 34 62 0 76 413 41 35
Binary 1000111 110001 1100010 11100 110010 0 111110 100001011 100001 11101

Color Harmonies of #473162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473162

Black with #473162

Text Example


Text Example

White with #473162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473162; }

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

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

background-color css

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

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

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

border-color css

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

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

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