Html Css Color HEX #492471 Blue Diamond

📋 copy color: '#492471'

red 73 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #492471

Tints of Blue Diamond #492471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.22%

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

R = 32.88%
G = 16.22%
B = 50.9%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492471 (or 0x492471) is known color: Blue Diamond. HEX triplet: 49, 24 and 71. RGB value is (73,36,113). Sum of RGB (Red+Green+Blue) = 73+36+113=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #492471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492471 is #B6DB8E. Grayscale: #373737. Windows color (decimal): -11983759 or 7414857. OLE color: 7414857.

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

Color convert

RGB 73 36 113 -
CMYK 0.35 0.68 0 0.56
HSL 268.83º 0.52% 0.29% -
HSV(B) 268.83º 0.68% 0.44% -
XYZ 6.36 3.87 16.03 -
YUV 55.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 73 36 113 0.35 0.68 0 0.56 268.83 0.52 0.29
Hex 49 24 71 23 44 0 38 10D 34 1D
Octal 111 44 161 43 104 0 70 415 64 35
Binary 1001001 100100 1110001 100011 1000100 0 111000 100001101 110100 11101

Color Harmonies of #492471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492471

Black with #492471

Text Example


Text Example

White with #492471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492471; }

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

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

background-color css

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

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

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

border-color css

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

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

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