Html Css Color HEX #49266E Blue Diamond

📋 copy color: '#49266E'

red 73 ◦ green 38 ◦ blue 110

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

Shades of Blue Diamond #49266E

Tints of Blue Diamond #49266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 33.03%
G = 17.19%
B = 49.77%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49266E (or 0x49266E) is known color: Blue Diamond. HEX triplet: 49, 26 and 6E. RGB value is (73,38,110). Sum of RGB (Red+Green+Blue) = 73+38+110=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #49266E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49266E is #B6D991. Grayscale: #383838. Windows color (decimal): -11983250 or 7218761. OLE color: 7218761.

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

Color convert

RGB 73 38 110 -
CMYK 0.34 0.65 0 0.57
HSL 269.17º 0.49% 0.29% -
HSV(B) 269.17º 0.65% 0.43% -
XYZ 6.26 3.93 15.18 -
YUV 56.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 73 38 110 0.34 0.65 0 0.57 269.17 0.49 0.29
Hex 49 26 6E 22 41 0 39 10D 31 1D
Octal 111 46 156 42 101 0 71 415 61 35
Binary 1001001 100110 1101110 100010 1000001 0 111001 100001101 110001 11101

Color Harmonies of #49266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49266E

Black with #49266E

Text Example


Text Example

White with #49266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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