Html Css Color HEX #492379 Blue Diamond

📋 copy color: '#492379'

red 73 ◦ green 35 ◦ blue 121

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

Shades of Blue Diamond #492379

Tints of Blue Diamond #492379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 52.84%

R = 31.88%
G = 15.28%
B = 52.84%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#492379 (or 0x492379) is known color: Blue Diamond. HEX triplet: 49, 23 and 79. RGB value is (73,35,121). Sum of RGB (Red+Green+Blue) = 73+35+121=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #492379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492379 is #B6DC86. Grayscale: #373737. Windows color (decimal): -11984007 or 7938889. OLE color: 7938889.

HSL color Cylindrical-coordinate representation of color #492379: hue angle of 266.51º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #492379 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 35 121 -
CMYK 0.40 0.71 0 0.53
HSL 266.51º 0.55% 0.31% -
HSV(B) 266.51º 0.71% 0.47% -
XYZ 6.8 4 18.5 -
YUV 56.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 73 35 121 0.40 0.71 0 0.53 266.51 0.55 0.31
Hex 49 23 79 28 47 0 35 10B 37 1F
Octal 111 43 171 50 107 0 65 413 67 37
Binary 1001001 100011 1111001 101000 1000111 0 110101 100001011 110111 11111

Color Harmonies of #492379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492379

Black with #492379

Text Example


Text Example

White with #492379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492379; }

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

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

background-color css

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

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

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

border-color css

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

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

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