Html Css Color HEX #492C73 Blue Diamond

📋 copy color: '#492C73'

red 73 ◦ green 44 ◦ blue 115

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

Shades of Blue Diamond #492C73

Tints of Blue Diamond #492C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 31.47%
G = 18.97%
B = 49.57%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492C73 (or 0x492C73) is known color: Blue Diamond. HEX triplet: 49, 2C and 73. RGB value is (73,44,115). Sum of RGB (Red+Green+Blue) = 73+44+115=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #492C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C73 is #B6D38C. Grayscale: #3C3C3C. Windows color (decimal): -11981709 or 7547977. OLE color: 7547977.

HSL color Cylindrical-coordinate representation of color #492C73: hue angle of 264.51º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492C73 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 44 115 -
CMYK 0.37 0.62 0 0.55
HSL 264.51º 0.45% 0.31% -
HSV(B) 264.51º 0.62% 0.45% -
XYZ 6.74 4.46 16.72 -
YUV 60.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 73 44 115 0.37 0.62 0 0.55 264.51 0.45 0.31
Hex 49 2C 73 25 3E 0 37 109 2D 1F
Octal 111 54 163 45 76 0 67 411 55 37
Binary 1001001 101100 1110011 100101 111110 0 110111 100001001 101101 11111

Color Harmonies of #492C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C73

Black with #492C73

Text Example


Text Example

White with #492C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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