Html Css Color HEX #492071 Blue Diamond

📋 copy color: '#492071'

red 73 ◦ green 32 ◦ blue 113

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

Shades of Blue Diamond #492071

Tints of Blue Diamond #492071

RGB

 RED value IS 73 (28.91% from 255) = 33.49%

 GREEN value IS 32 (12.89% from 255) = 14.68%

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 33.49%
G = 14.68%
B = 51.83%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492071 (or 0x492071) is known color: Blue Diamond. HEX triplet: 49, 20 and 71. RGB value is (73,32,113). Sum of RGB (Red+Green+Blue) = 73+32+113=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #492071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492071 is #B6DF8E. Grayscale: #353535. Windows color (decimal): -11984783 or 7413833. OLE color: 7413833.

HSL color Cylindrical-coordinate representation of color #492071: hue angle of 270.37º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492071 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 32 113 -
CMYK 0.35 0.72 0 0.56
HSL 270.37º 0.56% 0.28% -
HSV(B) 270.37º 0.72% 0.44% -
XYZ 6.24 3.64 16 -
YUV 53.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 73 32 113 0.35 0.72 0 0.56 270.37 0.56 0.28
Hex 49 20 71 23 48 0 38 10E 38 1C
Octal 111 40 161 43 110 0 70 416 70 34
Binary 1001001 100000 1110001 100011 1001000 0 111000 100001110 111000 11100

Color Harmonies of #492071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492071

Black with #492071

Text Example


Text Example

White with #492071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492071; }

 p { color: rgb(73,32,113); }

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

background-color css

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

 a { background-color: rgb(73,32,113); }

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

border-color css

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

 span { border-color: rgb(73,32,113); }

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