Html Css Color HEX #49187F Windsor

📋 copy color: '#49187F'

red 73 ◦ green 24 ◦ blue 127

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

Shades of Windsor #49187F

Tints of Windsor #49187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 127 (50% from 255) = 56.7%

R = 32.59%
G = 10.71%
B = 56.7%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49187F (or 0x49187F) is known color: Windsor. HEX triplet: 49, 18 and 7F. RGB value is (73,24,127). Sum of RGB (Red+Green+Blue) = 73+24+127=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #49187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49187F is #B6E780. Grayscale: #323232. Windows color (decimal): -11986817 or 8329289. OLE color: 8329289.

HSL color Cylindrical-coordinate representation of color #49187F: hue angle of 268.54º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49187F is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 24 127 -
CMYK 0.43 0.81 0 0.50
HSL 268.54º 0.68% 0.3% -
HSV(B) 268.54º 0.81% 0.5% -
XYZ 6.91 3.6 20.41 -
YUV 50.39 171.23 144.12 -
System Red Green Blue C M Y K H S L
Decimal 73 24 127 0.43 0.81 0 0.50 268.54 0.68 0.3
Hex 49 18 7F 2B 51 0 32 10D 44 1E
Octal 111 30 177 53 121 0 62 415 104 36
Binary 1001001 11000 1111111 101011 1010001 0 110010 100001101 1000100 11110

Color Harmonies of #49187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49187F

Black with #49187F

Text Example


Text Example

White with #49187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,24,127); }

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

background-color css

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

 a { background-color: rgb(73,24,127); }

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

border-color css

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

 span { border-color: rgb(73,24,127); }

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