Html Css Color HEX #492C71 Blue Diamond

📋 copy color: '#492C71'

red 73 ◦ green 44 ◦ blue 113

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

Shades of Blue Diamond #492C71

Tints of Blue Diamond #492C71

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.13%

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

R = 31.74%
G = 19.13%
B = 49.13%

CMYK

 C value IS 0.35

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492C71 (or 0x492C71) is known color: Blue Diamond. HEX triplet: 49, 2C and 71. RGB value is (73,44,113). Sum of RGB (Red+Green+Blue) = 73+44+113=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #492C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C71 is #B6D38E. Grayscale: #3C3C3C. Windows color (decimal): -11981711 or 7416905. OLE color: 7416905.

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

Color convert

RGB 73 44 113 -
CMYK 0.35 0.61 0 0.56
HSL 265.22º 0.44% 0.31% -
HSV(B) 265.22º 0.61% 0.44% -
XYZ 6.63 4.41 16.12 -
YUV 60.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 73 44 113 0.35 0.61 0 0.56 265.22 0.44 0.31
Hex 49 2C 71 23 3D 0 38 109 2C 1F
Octal 111 54 161 43 75 0 70 411 54 37
Binary 1001001 101100 1110001 100011 111101 0 111000 100001001 101100 11111

Color Harmonies of #492C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C71

Black with #492C71

Text Example


Text Example

White with #492C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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