Html Css Color HEX #49207A Blue Diamond

📋 copy color: '#49207A'

red 73 ◦ green 32 ◦ blue 122

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

Shades of Blue Diamond #49207A

Tints of Blue Diamond #49207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 32.16%
G = 14.1%
B = 53.74%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49207A (or 0x49207A) is known color: Blue Diamond. HEX triplet: 49, 20 and 7A. RGB value is (73,32,122). Sum of RGB (Red+Green+Blue) = 73+32+122=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #49207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49207A is #B6DF85. Grayscale: #363636. Windows color (decimal): -11984774 or 8003657. OLE color: 8003657.

HSL color Cylindrical-coordinate representation of color #49207A: hue angle of 267.33º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49207A is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 32 122 -
CMYK 0.40 0.74 0 0.52
HSL 267.33º 0.58% 0.3% -
HSV(B) 267.33º 0.74% 0.48% -
XYZ 6.78 3.85 18.8 -
YUV 54.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 73 32 122 0.40 0.74 0 0.52 267.33 0.58 0.3
Hex 49 20 7A 28 4A 0 34 10B 3A 1E
Octal 111 40 172 50 112 0 64 413 72 36
Binary 1001001 100000 1111010 101000 1001010 0 110100 100001011 111010 11110

Color Harmonies of #49207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49207A

Black with #49207A

Text Example


Text Example

White with #49207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49207A; }

 p { color: rgb(73,32,122); }

 H1.HeaderClassName
 {
   color: #49207A;
 }
 .AnyTagClassName
 {
   color: #49207A;
 }
</style>

background-color css

<style>
 a { background-color: #49207A; }

 a { background-color: rgb(73,32,122); }

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

border-color css

<style>
 span { border-color: #49207A; }

 span { border-color: rgb(73,32,122); }

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