Html Css Color HEX #492766 Blue Diamond

📋 copy color: '#492766'

red 73 ◦ green 39 ◦ blue 102

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

Shades of Blue Diamond #492766

Tints of Blue Diamond #492766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 47.66%

R = 34.11%
G = 18.22%
B = 47.66%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492766 (or 0x492766) is known color: Blue Diamond. HEX triplet: 49, 27 and 66. RGB value is (73,39,102). Sum of RGB (Red+Green+Blue) = 73+39+102=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #492766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492766 is #B6D899. Grayscale: #383838. Windows color (decimal): -11983002 or 6694729. OLE color: 6694729.

HSL color Cylindrical-coordinate representation of color #492766: hue angle of 272.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #492766 is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 39 102 -
CMYK 0.28 0.62 0 0.6
HSL 272.38º 0.45% 0.28% -
HSV(B) 272.38º 0.62% 0.4% -
XYZ 5.87 3.83 13 -
YUV 56.35 153.76 139.88 -
System Red Green Blue C M Y K H S L
Decimal 73 39 102 0.28 0.62 0 0.6 272.38 0.45 0.28
Hex 49 27 66 1C 3E 0 3C 110 2D 1C
Octal 111 47 146 34 76 0 74 420 55 34
Binary 1001001 100111 1100110 11100 111110 0 111100 100010000 101101 11100

Color Harmonies of #492766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492766

Black with #492766

Text Example


Text Example

White with #492766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492766; }

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

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

background-color css

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

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

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

border-color css

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

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

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