Html Css Color HEX #492573 Blue Diamond

📋 copy color: '#492573'

red 73 ◦ green 37 ◦ blue 115

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

Shades of Blue Diamond #492573

Tints of Blue Diamond #492573

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 32.44%
G = 16.44%
B = 51.11%

CMYK

 C value IS 0.37

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492573 (or 0x492573) is known color: Blue Diamond. HEX triplet: 49, 25 and 73. RGB value is (73,37,115). Sum of RGB (Red+Green+Blue) = 73+37+115=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #492573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492573 is #B6DA8C. Grayscale: #383838. Windows color (decimal): -11983501 or 7546185. OLE color: 7546185.

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

Color convert

RGB 73 37 115 -
CMYK 0.37 0.68 0 0.55
HSL 267.69º 0.51% 0.3% -
HSV(B) 267.69º 0.68% 0.45% -
XYZ 6.5 3.98 16.64 -
YUV 56.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 73 37 115 0.37 0.68 0 0.55 267.69 0.51 0.3
Hex 49 25 73 25 44 0 37 10C 33 1E
Octal 111 45 163 45 104 0 67 414 63 36
Binary 1001001 100101 1110011 100101 1000100 0 110111 100001100 110011 11110

Color Harmonies of #492573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492573

Black with #492573

Text Example


Text Example

White with #492573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492573; }

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

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

background-color css

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

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

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

border-color css

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

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

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