Html Css Color HEX #492D71 Blue Diamond

📋 copy color: '#492D71'

red 73 ◦ green 45 ◦ blue 113

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

Shades of Blue Diamond #492D71

Tints of Blue Diamond #492D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.48%

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

R = 31.6%
G = 19.48%
B = 48.92%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492D71 (or 0x492D71) is known color: Blue Diamond. HEX triplet: 49, 2D and 71. RGB value is (73,45,113). Sum of RGB (Red+Green+Blue) = 73+45+113=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #492D71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D71 is #B6D28E. Grayscale: #3C3C3C. Windows color (decimal): -11981455 or 7417161. OLE color: 7417161.

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

Color convert

RGB 73 45 113 -
CMYK 0.35 0.60 0 0.56
HSL 264.71º 0.43% 0.31% -
HSV(B) 264.71º 0.6% 0.44% -
XYZ 6.67 4.49 16.14 -
YUV 61.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 73 45 113 0.35 0.60 0 0.56 264.71 0.43 0.31
Hex 49 2D 71 23 3C 0 38 109 2B 1F
Octal 111 55 161 43 74 0 70 411 53 37
Binary 1001001 101101 1110001 100011 111100 0 111000 100001001 101011 11111

Color Harmonies of #492D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492D71

Black with #492D71

Text Example


Text Example

White with #492D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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