Html Css Color HEX #492371 Blue Diamond

📋 copy color: '#492371'

red 73 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #492371

Tints of Blue Diamond #492371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

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

R = 33.03%
G = 15.84%
B = 51.13%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492371 (or 0x492371) is known color: Blue Diamond. HEX triplet: 49, 23 and 71. RGB value is (73,35,113). Sum of RGB (Red+Green+Blue) = 73+35+113=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #492371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492371 is #B6DC8E. Grayscale: #363636. Windows color (decimal): -11984015 or 7414601. OLE color: 7414601.

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

Color convert

RGB 73 35 113 -
CMYK 0.35 0.69 0 0.56
HSL 269.23º 0.53% 0.29% -
HSV(B) 269.23º 0.69% 0.44% -
XYZ 6.33 3.81 16.02 -
YUV 55.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 73 35 113 0.35 0.69 0 0.56 269.23 0.53 0.29
Hex 49 23 71 23 45 0 38 10D 35 1D
Octal 111 43 161 43 105 0 70 415 65 35
Binary 1001001 100011 1110001 100011 1000101 0 111000 100001101 110101 11101

Color Harmonies of #492371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492371

Black with #492371

Text Example


Text Example

White with #492371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492371; }

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

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

background-color css

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

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

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

border-color css

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

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

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