Html Css Color HEX #49197D Windsor

📋 copy color: '#49197D'

red 73 ◦ green 25 ◦ blue 125

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

Shades of Windsor #49197D

Tints of Windsor #49197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 32.74%
G = 11.21%
B = 56.05%

CMYK

 C value IS 0.42

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49197D (or 0x49197D) is known color: Windsor. HEX triplet: 49, 19 and 7D. RGB value is (73,25,125). Sum of RGB (Red+Green+Blue) = 73+25+125=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #49197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49197D is #B6E682. Grayscale: #323232. Windows color (decimal): -11986563 or 8198473. OLE color: 8198473.

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

Color convert

RGB 73 25 125 -
CMYK 0.42 0.8 0 0.51
HSL 268.8º 0.67% 0.29% -
HSV(B) 268.8º 0.8% 0.49% -
XYZ 6.8 3.59 19.74 -
YUV 50.75 169.9 143.87 -
System Red Green Blue C M Y K H S L
Decimal 73 25 125 0.42 0.8 0 0.51 268.8 0.67 0.29
Hex 49 19 7D 2A 50 0 33 10D 43 1D
Octal 111 31 175 52 120 0 63 415 103 35
Binary 1001001 11001 1111101 101010 1010000 0 110011 100001101 1000011 11101

Color Harmonies of #49197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49197D

Black with #49197D

Text Example


Text Example

White with #49197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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