Html Css Color HEX #492472 Blue Diamond

📋 copy color: '#492472'

red 73 ◦ green 36 ◦ blue 114

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

Shades of Blue Diamond #492472

Tints of Blue Diamond #492472

RGB

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

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

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

R = 32.74%
G = 16.14%
B = 51.12%

CMYK

 C value IS 0.36

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492472 (or 0x492472) is known color: Blue Diamond. HEX triplet: 49, 24 and 72. RGB value is (73,36,114). Sum of RGB (Red+Green+Blue) = 73+36+114=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #492472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492472 is #B6DB8D. Grayscale: #373737. Windows color (decimal): -11983758 or 7480393. OLE color: 7480393.

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

Color convert

RGB 73 36 114 -
CMYK 0.36 0.68 0 0.55
HSL 268.46º 0.52% 0.29% -
HSV(B) 268.46º 0.68% 0.45% -
XYZ 6.42 3.89 16.33 -
YUV 55.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 73 36 114 0.36 0.68 0 0.55 268.46 0.52 0.29
Hex 49 24 72 24 44 0 37 10C 34 1D
Octal 111 44 162 44 104 0 67 414 64 35
Binary 1001001 100100 1110010 100100 1000100 0 110111 100001100 110100 11101

Color Harmonies of #492472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492472

Black with #492472

Text Example


Text Example

White with #492472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492472; }

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

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

background-color css

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

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

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

border-color css

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

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

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