Html Css Color HEX #49227D Windsor

📋 copy color: '#49227D'

red 73 ◦ green 34 ◦ blue 125

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

Shades of Windsor #49227D

Tints of Windsor #49227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

 BLUE value IS 125 (49.22% from 255) = 53.88%

R = 31.47%
G = 14.66%
B = 53.88%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49227D (or 0x49227D) is known color: Windsor. HEX triplet: 49, 22 and 7D. RGB value is (73,34,125). Sum of RGB (Red+Green+Blue) = 73+34+125=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #49227D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49227D is #B6DD82. Grayscale: #373737. Windows color (decimal): -11984259 or 8200777. OLE color: 8200777.

HSL color Cylindrical-coordinate representation of color #49227D: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49227D is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 34 125 -
CMYK 0.42 0.73 0 0.51
HSL 265.71º 0.57% 0.31% -
HSV(B) 265.71º 0.73% 0.49% -
XYZ 7.02 4.04 19.81 -
YUV 56.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 73 34 125 0.42 0.73 0 0.51 265.71 0.57 0.31
Hex 49 22 7D 2A 49 0 33 10A 39 1F
Octal 111 42 175 52 111 0 63 412 71 37
Binary 1001001 100010 1111101 101010 1001001 0 110011 100001010 111001 11111

Color Harmonies of #49227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49227D

Black with #49227D

Text Example


Text Example

White with #49227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49227D; }

 p { color: rgb(73,34,125); }

 H1.HeaderClassName
 {
   color: #49227D;
 }
 .AnyTagClassName
 {
   color: #49227D;
 }
</style>

background-color css

<style>
 a { background-color: #49227D; }

 a { background-color: rgb(73,34,125); }

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

border-color css

<style>
 span { border-color: #49227D; }

 span { border-color: rgb(73,34,125); }

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