Html Css Color HEX #49286E Blue Diamond

📋 copy color: '#49286E'

red 73 ◦ green 40 ◦ blue 110

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

Shades of Blue Diamond #49286E

Tints of Blue Diamond #49286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

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

R = 32.74%
G = 17.94%
B = 49.33%

CMYK

 C value IS 0.34

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#49286E (or 0x49286E) is known color: Blue Diamond. HEX triplet: 49, 28 and 6E. RGB value is (73,40,110). Sum of RGB (Red+Green+Blue) = 73+40+110=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #49286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49286E is #B6D791. Grayscale: #393939. Windows color (decimal): -11982738 or 7219273. OLE color: 7219273.

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

Color convert

RGB 73 40 110 -
CMYK 0.34 0.64 0 0.57
HSL 268.29º 0.47% 0.29% -
HSV(B) 268.29º 0.64% 0.43% -
XYZ 6.32 4.06 15.2 -
YUV 57.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 73 40 110 0.34 0.64 0 0.57 268.29 0.47 0.29
Hex 49 28 6E 22 40 0 39 10C 2F 1D
Octal 111 50 156 42 100 0 71 414 57 35
Binary 1001001 101000 1101110 100010 1000000 0 111001 100001100 101111 11101

Color Harmonies of #49286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49286E

Black with #49286E

Text Example


Text Example

White with #49286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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