Html Css Color HEX #492266 Blue Diamond

📋 copy color: '#492266'

red 73 ◦ green 34 ◦ blue 102

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

Shades of Blue Diamond #492266

Tints of Blue Diamond #492266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

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

R = 34.93%
G = 16.27%
B = 48.8%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492266 (or 0x492266) is known color: Blue Diamond. HEX triplet: 49, 22 and 66. RGB value is (73,34,102). Sum of RGB (Red+Green+Blue) = 73+34+102=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 102 (40.23% from 255 or 48.80% from 209); Max value from RGB is 102 - color contains mainly: blue. Hex color #492266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492266 is #B6DD99. Grayscale: #353535. Windows color (decimal): -11984282 or 6693449. OLE color: 6693449.

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

Color convert

RGB 73 34 102 -
CMYK 0.28 0.67 0 0.6
HSL 274.41º 0.5% 0.27% -
HSV(B) 274.41º 0.67% 0.4% -
XYZ 5.72 3.52 12.95 -
YUV 53.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 73 34 102 0.28 0.67 0 0.6 274.41 0.5 0.27
Hex 49 22 66 1C 43 0 3C 112 32 1B
Octal 111 42 146 34 103 0 74 422 62 33
Binary 1001001 100010 1100110 11100 1000011 0 111100 100010010 110010 11011

Color Harmonies of #492266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492266

Black with #492266

Text Example


Text Example

White with #492266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492266; }

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

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

background-color css

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

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

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

border-color css

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

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

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