Html Css Color HEX #492466 Blue Diamond

📋 copy color: '#492466'

red 73 ◦ green 36 ◦ blue 102

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

Shades of Blue Diamond #492466

Tints of Blue Diamond #492466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 34.6%
G = 17.06%
B = 48.34%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492466 (or 0x492466) is known color: Blue Diamond. HEX triplet: 49, 24 and 66. RGB value is (73,36,102). Sum of RGB (Red+Green+Blue) = 73+36+102=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #492466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492466 is #B6DB99. Grayscale: #363636. Windows color (decimal): -11983770 or 6693961. OLE color: 6693961.

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

Color convert

RGB 73 36 102 -
CMYK 0.28 0.65 0 0.6
HSL 273.64º 0.48% 0.27% -
HSV(B) 273.64º 0.65% 0.4% -
XYZ 5.78 3.64 12.97 -
YUV 54.59 154.76 141.13 -
System Red Green Blue C M Y K H S L
Decimal 73 36 102 0.28 0.65 0 0.6 273.64 0.48 0.27
Hex 49 24 66 1C 41 0 3C 112 30 1B
Octal 111 44 146 34 101 0 74 422 60 33
Binary 1001001 100100 1100110 11100 1000001 0 111100 100010010 110000 11011

Color Harmonies of #492466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492466

Black with #492466

Text Example


Text Example

White with #492466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492466; }

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

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

background-color css

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

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

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

border-color css

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

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

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