Html Css Color HEX #49247D Windsor

📋 copy color: '#49247D'

red 73 ◦ green 36 ◦ blue 125

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

Shades of Windsor #49247D

Tints of Windsor #49247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 31.2%
G = 15.38%
B = 53.42%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49247D (or 0x49247D) is known color: Windsor. HEX triplet: 49, 24 and 7D. RGB value is (73,36,125). Sum of RGB (Red+Green+Blue) = 73+36+125=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #49247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49247D is #B6DB82. Grayscale: #383838. Windows color (decimal): -11983747 or 8201289. OLE color: 8201289.

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

Color convert

RGB 73 36 125 -
CMYK 0.42 0.71 0 0.51
HSL 264.94º 0.55% 0.32% -
HSV(B) 264.94º 0.71% 0.49% -
XYZ 7.08 4.16 19.83 -
YUV 57.21 166.26 139.26 -
System Red Green Blue C M Y K H S L
Decimal 73 36 125 0.42 0.71 0 0.51 264.94 0.55 0.32
Hex 49 24 7D 2A 47 0 33 109 37 20
Octal 111 44 175 52 107 0 63 411 67 40
Binary 1001001 100100 1111101 101010 1000111 0 110011 100001001 110111 100000

Color Harmonies of #49247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49247D

Black with #49247D

Text Example


Text Example

White with #49247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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