Html Css Color HEX #492473 Blue Diamond

📋 copy color: '#492473'

red 73 ◦ green 36 ◦ blue 115

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

Shades of Blue Diamond #492473

Tints of Blue Diamond #492473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.07%

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

R = 32.59%
G = 16.07%
B = 51.34%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492473 (or 0x492473) is known color: Blue Diamond. HEX triplet: 49, 24 and 73. RGB value is (73,36,115). Sum of RGB (Red+Green+Blue) = 73+36+115=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #492473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492473 is #B6DB8C. Grayscale: #373737. Windows color (decimal): -11983757 or 7545929. OLE color: 7545929.

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

Color convert

RGB 73 36 115 -
CMYK 0.37 0.69 0 0.55
HSL 268.1º 0.52% 0.3% -
HSV(B) 268.1º 0.69% 0.45% -
XYZ 6.47 3.92 16.63 -
YUV 56.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 73 36 115 0.37 0.69 0 0.55 268.1 0.52 0.3
Hex 49 24 73 25 45 0 37 10C 34 1E
Octal 111 44 163 45 105 0 67 414 64 36
Binary 1001001 100100 1110011 100101 1000101 0 110111 100001100 110100 11110

Color Harmonies of #492473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492473

Black with #492473

Text Example


Text Example

White with #492473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492473; }

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

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

background-color css

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

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

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

border-color css

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

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

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