Html Css Color HEX #492876 Blue Diamond

📋 copy color: '#492876'

red 73 ◦ green 40 ◦ blue 118

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

Shades of Blue Diamond #492876

Tints of Blue Diamond #492876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 31.6%
G = 17.32%
B = 51.08%

CMYK

 C value IS 0.38

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492876 (or 0x492876) is known color: Blue Diamond. HEX triplet: 49, 28 and 76. RGB value is (73,40,118). Sum of RGB (Red+Green+Blue) = 73+40+118=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #492876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492876 is #B6D789. Grayscale: #3A3A3A. Windows color (decimal): -11982730 or 7743561. OLE color: 7743561.

HSL color Cylindrical-coordinate representation of color #492876: hue angle of 265.38º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #492876 is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 40 118 -
CMYK 0.38 0.66 0 0.54
HSL 265.38º 0.49% 0.31% -
HSV(B) 265.38º 0.66% 0.46% -
XYZ 6.78 4.24 17.6 -
YUV 58.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 73 40 118 0.38 0.66 0 0.54 265.38 0.49 0.31
Hex 49 28 76 26 42 0 36 109 31 1F
Octal 111 50 166 46 102 0 66 411 61 37
Binary 1001001 101000 1110110 100110 1000010 0 110110 100001001 110001 11111

Color Harmonies of #492876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492876

Black with #492876

Text Example


Text Example

White with #492876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492876; }

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

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

background-color css

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

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

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

border-color css

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

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

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