Html Css Color HEX #49268F Windsor

📋 copy color: '#49268F'

red 73 ◦ green 38 ◦ blue 143

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

Shades of Windsor #49268F

Tints of Windsor #49268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.3%

R = 28.74%
G = 14.96%
B = 56.3%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49268F (or 0x49268F) is known color: Windsor. HEX triplet: 49, 26 and 8F. RGB value is (73,38,143). Sum of RGB (Red+Green+Blue) = 73+38+143=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #49268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49268F is #B6D970. Grayscale: #3C3C3C. Windows color (decimal): -11983217 or 9381449. OLE color: 9381449.

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

Color convert

RGB 73 38 143 -
CMYK 0.49 0.73 0 0.44
HSL 260º 0.58% 0.35% -
HSV(B) 260º 0.73% 0.56% -
XYZ 8.4 4.79 26.47 -
YUV 60.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 73 38 143 0.49 0.73 0 0.44 260 0.58 0.35
Hex 49 26 8F 31 49 0 2C 104 3A 23
Octal 111 46 217 61 111 0 54 404 72 43
Binary 1001001 100110 10001111 110001 1001001 0 101100 100000100 111010 100011

Color Harmonies of #49268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49268F

Black with #49268F

Text Example


Text Example

White with #49268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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