Html Css Color HEX #492372 Blue Diamond

📋 copy color: '#492372'

red 73 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #492372

Tints of Blue Diamond #492372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.77%

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

R = 32.88%
G = 15.77%
B = 51.35%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#492372 (or 0x492372) is known color: Blue Diamond. HEX triplet: 49, 23 and 72. RGB value is (73,35,114). Sum of RGB (Red+Green+Blue) = 73+35+114=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #492372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492372 is #B6DC8D. Grayscale: #373737. Windows color (decimal): -11984014 or 7480137. OLE color: 7480137.

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

Color convert

RGB 73 35 114 -
CMYK 0.36 0.69 0 0.55
HSL 268.86º 0.53% 0.29% -
HSV(B) 268.86º 0.69% 0.45% -
XYZ 6.39 3.83 16.32 -
YUV 55.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 73 35 114 0.36 0.69 0 0.55 268.86 0.53 0.29
Hex 49 23 72 24 45 0 37 10D 35 1D
Octal 111 43 162 44 105 0 67 415 65 35
Binary 1001001 100011 1110010 100100 1000101 0 110111 100001101 110101 11101

Color Harmonies of #492372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492372

Black with #492372

Text Example


Text Example

White with #492372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492372; }

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

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

background-color css

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

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

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

border-color css

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

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

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