Html Css Color HEX #473061 Blue Diamond

📋 copy color: '#473061'

red 71 ◦ green 48 ◦ blue 97

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

Shades of Blue Diamond #473061

Tints of Blue Diamond #473061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 32.87%
G = 22.22%
B = 44.91%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#473061 (or 0x473061) is known color: Blue Diamond. HEX triplet: 47, 30 and 61. RGB value is (71,48,97). Sum of RGB (Red+Green+Blue) = 71+48+97=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #473061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473061 is #B8CF9E. Grayscale: #3C3C3C. Windows color (decimal): -12111775 or 6369351. OLE color: 6369351.

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

Color convert

RGB 71 48 97 -
CMYK 0.27 0.51 0 0.62
HSL 268.16º 0.34% 0.28% -
HSV(B) 268.16º 0.51% 0.38% -
XYZ 5.81 4.32 11.84 -
YUV 60.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 71 48 97 0.27 0.51 0 0.62 268.16 0.34 0.28
Hex 47 30 61 1B 33 0 3E 10C 22 1C
Octal 107 60 141 33 63 0 76 414 42 34
Binary 1000111 110000 1100001 11011 110011 0 111110 100001100 100010 11100

Color Harmonies of #473061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473061

Black with #473061

Text Example


Text Example

White with #473061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473061; }

 p { color: rgb(71,48,97); }

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

background-color css

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

 a { background-color: rgb(71,48,97); }

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

border-color css

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

 span { border-color: rgb(71,48,97); }

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