Html Css Color HEX #49336E Blue Diamond

📋 copy color: '#49336E'

red 73 ◦ green 51 ◦ blue 110

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

Shades of Blue Diamond #49336E

Tints of Blue Diamond #49336E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.79%

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 31.2%
G = 21.79%
B = 47.01%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49336E (or 0x49336E) is known color: Blue Diamond. HEX triplet: 49, 33 and 6E. RGB value is (73,51,110). Sum of RGB (Red+Green+Blue) = 73+51+110=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #49336E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49336E is #B6CC91. Grayscale: #404040. Windows color (decimal): -11979922 or 7222089. OLE color: 7222089.

HSL color Cylindrical-coordinate representation of color #49336E: hue angle of 262.37º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49336E is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 73 51 110 -
CMYK 0.34 0.54 0 0.57
HSL 262.37º 0.37% 0.32% -
HSV(B) 262.37º 0.54% 0.43% -
XYZ 6.75 4.91 15.34 -
YUV 64.3 153.79 134.2 -
System Red Green Blue C M Y K H S L
Decimal 73 51 110 0.34 0.54 0 0.57 262.37 0.37 0.32
Hex 49 33 6E 22 36 0 39 106 25 20
Octal 111 63 156 42 66 0 71 406 45 40
Binary 1001001 110011 1101110 100010 110110 0 111001 100000110 100101 100000

Color Harmonies of #49336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49336E

Black with #49336E

Text Example


Text Example

White with #49336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49336E; }

 p { color: rgb(73,51,110); }

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

background-color css

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

 a { background-color: rgb(73,51,110); }

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

border-color css

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

 span { border-color: rgb(73,51,110); }

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