Html Css Color HEX #492E71 Blue Diamond

📋 copy color: '#492E71'

red 73 ◦ green 46 ◦ blue 113

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

Shades of Blue Diamond #492E71

Tints of Blue Diamond #492E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

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

R = 31.47%
G = 19.83%
B = 48.71%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#492E71 (or 0x492E71) is known color: Blue Diamond. HEX triplet: 49, 2E and 71. RGB value is (73,46,113). Sum of RGB (Red+Green+Blue) = 73+46+113=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #492E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E71 is #B6D18E. Grayscale: #3D3D3D. Windows color (decimal): -11981199 or 7417417. OLE color: 7417417.

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

Color convert

RGB 73 46 113 -
CMYK 0.35 0.59 0 0.56
HSL 264.18º 0.42% 0.31% -
HSV(B) 264.18º 0.59% 0.44% -
XYZ 6.71 4.56 16.15 -
YUV 61.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 73 46 113 0.35 0.59 0 0.56 264.18 0.42 0.31
Hex 49 2E 71 23 3B 0 38 108 2A 1F
Octal 111 56 161 43 73 0 70 410 52 37
Binary 1001001 101110 1110001 100011 111011 0 111000 100001000 101010 11111

Color Harmonies of #492E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E71

Black with #492E71

Text Example


Text Example

White with #492E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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