Html Css Color HEX #492566 Blue Diamond

📋 copy color: '#492566'

red 73 ◦ green 37 ◦ blue 102

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

Shades of Blue Diamond #492566

Tints of Blue Diamond #492566

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.45%

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

R = 34.43%
G = 17.45%
B = 48.11%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#492566 (or 0x492566) is known color: Blue Diamond. HEX triplet: 49, 25 and 66. RGB value is (73,37,102). Sum of RGB (Red+Green+Blue) = 73+37+102=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 102 (40.23% from 255 or 48.11% from 212); Max value from RGB is 102 - color contains mainly: blue. Hex color #492566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492566 is #B6DA99. Grayscale: #363636. Windows color (decimal): -11983514 or 6694217. OLE color: 6694217.

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

Color convert

RGB 73 37 102 -
CMYK 0.28 0.64 0 0.6
HSL 273.23º 0.47% 0.27% -
HSV(B) 273.23º 0.64% 0.4% -
XYZ 5.81 3.7 12.98 -
YUV 55.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 73 37 102 0.28 0.64 0 0.6 273.23 0.47 0.27
Hex 49 25 66 1C 40 0 3C 111 2F 1B
Octal 111 45 146 34 100 0 74 421 57 33
Binary 1001001 100101 1100110 11100 1000000 0 111100 100010001 101111 11011

Color Harmonies of #492566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492566

Black with #492566

Text Example


Text Example

White with #492566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492566; }

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

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

background-color css

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

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

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

border-color css

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

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

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