Html Css Color HEX #492E6B Blue Diamond

📋 copy color: '#492E6B'

red 73 ◦ green 46 ◦ blue 107

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

Shades of Blue Diamond #492E6B

Tints of Blue Diamond #492E6B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 107 (42.19% from 255) = 47.35%

R = 32.3%
G = 20.35%
B = 47.35%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#492E6B (or 0x492E6B) is known color: Blue Diamond. HEX triplet: 49, 2E and 6B. RGB value is (73,46,107). Sum of RGB (Red+Green+Blue) = 73+46+107=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 107 (42.19% from 255 or 47.35% from 226); Max value from RGB is 107 - color contains mainly: blue. Hex color #492E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E6B is #B6D194. Grayscale: #3C3C3C. Windows color (decimal): -11981205 or 7024201. OLE color: 7024201.

HSL color Cylindrical-coordinate representation of color #492E6B: hue angle of 266.56º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #492E6B is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 46 107 -
CMYK 0.32 0.57 0 0.58
HSL 266.56º 0.4% 0.3% -
HSV(B) 266.56º 0.57% 0.42% -
XYZ 6.38 4.43 14.43 -
YUV 61.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 73 46 107 0.32 0.57 0 0.58 266.56 0.4 0.3
Hex 49 2E 6B 20 39 0 3A 10B 28 1E
Octal 111 56 153 40 71 0 72 413 50 36
Binary 1001001 101110 1101011 100000 111001 0 111010 100001011 101000 11110

Color Harmonies of #492E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492E6B

Black with #492E6B

Text Example


Text Example

White with #492E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,46,107); }

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

background-color css

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

 a { background-color: rgb(73,46,107); }

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

border-color css

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

 span { border-color: rgb(73,46,107); }

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