Html Css Color HEX #49256F Blue Diamond

📋 copy color: '#49256F'

red 73 ◦ green 37 ◦ blue 111

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

Shades of Blue Diamond #49256F

Tints of Blue Diamond #49256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

 BLUE value IS 111 (43.75% from 255) = 50.23%

R = 33.03%
G = 16.74%
B = 50.23%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#49256F (or 0x49256F) is known color: Blue Diamond. HEX triplet: 49, 25 and 6F. RGB value is (73,37,111). Sum of RGB (Red+Green+Blue) = 73+37+111=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 111 (43.75% from 255 or 50.23% from 221); Max value from RGB is 111 - color contains mainly: blue. Hex color #49256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49256F is #B6DA90. Grayscale: #373737. Windows color (decimal): -11983505 or 7284041. OLE color: 7284041.

HSL color Cylindrical-coordinate representation of color #49256F: hue angle of 269.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49256F is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 37 111 -
CMYK 0.34 0.67 0 0.56
HSL 269.19º 0.5% 0.29% -
HSV(B) 269.19º 0.67% 0.44% -
XYZ 6.28 3.89 15.46 -
YUV 56.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 73 37 111 0.34 0.67 0 0.56 269.19 0.5 0.29
Hex 49 25 6F 22 43 0 38 10D 32 1D
Octal 111 45 157 42 103 0 70 415 62 35
Binary 1001001 100101 1101111 100010 1000011 0 111000 100001101 110010 11101

Color Harmonies of #49256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49256F

Black with #49256F

Text Example


Text Example

White with #49256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49256F; }

 p { color: rgb(73,37,111); }

 H1.HeaderClassName
 {
   color: #49256F;
 }
 .AnyTagClassName
 {
   color: #49256F;
 }
</style>

background-color css

<style>
 a { background-color: #49256F; }

 a { background-color: rgb(73,37,111); }

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

border-color css

<style>
 span { border-color: #49256F; }

 span { border-color: rgb(73,37,111); }

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