Html Css Color HEX #49268D Windsor

📋 copy color: '#49268D'

red 73 ◦ green 38 ◦ blue 141

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

Shades of Windsor #49268D

Tints of Windsor #49268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 28.97%
G = 15.08%
B = 55.95%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49268D (or 0x49268D) is known color: Windsor. HEX triplet: 49, 26 and 8D. RGB value is (73,38,141). Sum of RGB (Red+Green+Blue) = 73+38+141=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #49268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49268D is #B6D972. Grayscale: #3B3B3B. Windows color (decimal): -11983219 or 9250377. OLE color: 9250377.

HSL color Cylindrical-coordinate representation of color #49268D: hue angle of 260.39º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49268D is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 38 141 -
CMYK 0.48 0.73 0 0.45
HSL 260.39º 0.58% 0.35% -
HSV(B) 260.39º 0.73% 0.55% -
XYZ 8.25 4.73 25.68 -
YUV 60.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 73 38 141 0.48 0.73 0 0.45 260.39 0.58 0.35
Hex 49 26 8D 30 49 0 2D 104 3A 23
Octal 111 46 215 60 111 0 55 404 72 43
Binary 1001001 100110 10001101 110000 1001001 0 101101 100000100 111010 100011

Color Harmonies of #49268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49268D

Black with #49268D

Text Example


Text Example

White with #49268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,38,141); }

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

background-color css

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

 a { background-color: rgb(73,38,141); }

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

border-color css

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

 span { border-color: rgb(73,38,141); }

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