Html Css Color HEX #492776 Blue Diamond

📋 copy color: '#492776'

red 73 ◦ green 39 ◦ blue 118

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

Shades of Blue Diamond #492776

Tints of Blue Diamond #492776

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

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

R = 31.74%
G = 16.96%
B = 51.3%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#492776 (or 0x492776) is known color: Blue Diamond. HEX triplet: 49, 27 and 76. RGB value is (73,39,118). Sum of RGB (Red+Green+Blue) = 73+39+118=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #492776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492776 is #B6D889. Grayscale: #393939. Windows color (decimal): -11982986 or 7743305. OLE color: 7743305.

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

Color convert

RGB 73 39 118 -
CMYK 0.38 0.67 0 0.54
HSL 265.82º 0.5% 0.31% -
HSV(B) 265.82º 0.67% 0.46% -
XYZ 6.74 4.18 17.59 -
YUV 58.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 73 39 118 0.38 0.67 0 0.54 265.82 0.5 0.31
Hex 49 27 76 26 43 0 36 10A 32 1F
Octal 111 47 166 46 103 0 66 412 62 37
Binary 1001001 100111 1110110 100110 1000011 0 110110 100001010 110010 11111

Color Harmonies of #492776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492776

Black with #492776

Text Example


Text Example

White with #492776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492776; }

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

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

background-color css

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

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

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

border-color css

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

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

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