Html Css Color HEX #492872 Blue Diamond

📋 copy color: '#492872'

red 73 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #492872

Tints of Blue Diamond #492872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.22%

R = 32.16%
G = 17.62%
B = 50.22%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492872 (or 0x492872) is known color: Blue Diamond. HEX triplet: 49, 28 and 72. RGB value is (73,40,114). Sum of RGB (Red+Green+Blue) = 73+40+114=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 114 (44.92% from 255 or 50.22% from 227); Max value from RGB is 114 - color contains mainly: blue. Hex color #492872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492872 is #B6D78D. Grayscale: #3A3A3A. Windows color (decimal): -11982734 or 7481417. OLE color: 7481417.

HSL color Cylindrical-coordinate representation of color #492872: hue angle of 266.76º 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 #492872 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 40 114 -
CMYK 0.36 0.65 0 0.55
HSL 266.76º 0.48% 0.3% -
HSV(B) 266.76º 0.65% 0.45% -
XYZ 6.54 4.15 16.38 -
YUV 58.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 73 40 114 0.36 0.65 0 0.55 266.76 0.48 0.3
Hex 49 28 72 24 41 0 37 10B 30 1E
Octal 111 50 162 44 101 0 67 413 60 36
Binary 1001001 101000 1110010 100100 1000001 0 110111 100001011 110000 11110

Color Harmonies of #492872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492872

Black with #492872

Text Example


Text Example

White with #492872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492872; }

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

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

background-color css

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

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

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

border-color css

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

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

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