Html Css Color HEX #492C6A Blue Diamond

📋 copy color: '#492C6A'

red 73 ◦ green 44 ◦ blue 106

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

Shades of Blue Diamond #492C6A

Tints of Blue Diamond #492C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.73%

 BLUE value IS 106 (41.8% from 255) = 47.53%

R = 32.74%
G = 19.73%
B = 47.53%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#492C6A (or 0x492C6A) is known color: Blue Diamond. HEX triplet: 49, 2C and 6A. RGB value is (73,44,106). Sum of RGB (Red+Green+Blue) = 73+44+106=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 106 - color contains mainly: blue. Hex color #492C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492C6A is #B6D395. Grayscale: #3B3B3B. Windows color (decimal): -11981718 or 6958153. OLE color: 6958153.

HSL color Cylindrical-coordinate representation of color #492C6A: hue angle of 268.06º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #492C6A is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 44 106 -
CMYK 0.31 0.58 0 0.58
HSL 268.06º 0.41% 0.29% -
HSV(B) 268.06º 0.58% 0.42% -
XYZ 6.25 4.26 14.13 -
YUV 59.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 73 44 106 0.31 0.58 0 0.58 268.06 0.41 0.29
Hex 49 2C 6A 1F 3A 0 3A 10C 29 1D
Octal 111 54 152 37 72 0 72 414 51 35
Binary 1001001 101100 1101010 11111 111010 0 111010 100001100 101001 11101

Color Harmonies of #492C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492C6A

Black with #492C6A

Text Example


Text Example

White with #492C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492C6A; }

 p { color: rgb(73,44,106); }

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

background-color css

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

 a { background-color: rgb(73,44,106); }

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

border-color css

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

 span { border-color: rgb(73,44,106); }

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