Html Css Color HEX #492873 Blue Diamond

📋 copy color: '#492873'

red 73 ◦ green 40 ◦ blue 115

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

Shades of Blue Diamond #492873

Tints of Blue Diamond #492873

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.54%

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

R = 32.02%
G = 17.54%
B = 50.44%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492873 (or 0x492873) is known color: Blue Diamond. HEX triplet: 49, 28 and 73. RGB value is (73,40,115). Sum of RGB (Red+Green+Blue) = 73+40+115=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #492873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492873 is #B6D78C. Grayscale: #3A3A3A. Windows color (decimal): -11982733 or 7546953. OLE color: 7546953.

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

Color convert

RGB 73 40 115 -
CMYK 0.37 0.65 0 0.55
HSL 266.4º 0.48% 0.3% -
HSV(B) 266.4º 0.65% 0.45% -
XYZ 6.6 4.17 16.68 -
YUV 58.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 73 40 115 0.37 0.65 0 0.55 266.4 0.48 0.3
Hex 49 28 73 25 41 0 37 10A 30 1E
Octal 111 50 163 45 101 0 67 412 60 36
Binary 1001001 101000 1110011 100101 1000001 0 110111 100001010 110000 11110

Color Harmonies of #492873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492873

Black with #492873

Text Example


Text Example

White with #492873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492873; }

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

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

background-color css

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

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

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

border-color css

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

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

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