Html Css Color HEX #49307F Windsor

📋 copy color: '#49307F'

red 73 ◦ green 48 ◦ blue 127

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

Shades of Windsor #49307F

Tints of Windsor #49307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

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

R = 29.44%
G = 19.35%
B = 51.21%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49307F (or 0x49307F) is known color: Windsor. HEX triplet: 49, 30 and 7F. RGB value is (73,48,127). Sum of RGB (Red+Green+Blue) = 73+48+127=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #49307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307F is #B6CF80. Grayscale: #404040. Windows color (decimal): -11980673 or 8335433. OLE color: 8335433.

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

Color convert

RGB 73 48 127 -
CMYK 0.43 0.62 0 0.50
HSL 258.99º 0.45% 0.34% -
HSV(B) 258.99º 0.62% 0.5% -
XYZ 7.64 5.06 20.65 -
YUV 64.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 73 48 127 0.43 0.62 0 0.50 258.99 0.45 0.34
Hex 49 30 7F 2B 3E 0 32 103 2D 22
Octal 111 60 177 53 76 0 62 403 55 42
Binary 1001001 110000 1111111 101011 111110 0 110010 100000011 101101 100010

Color Harmonies of #49307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49307F

Black with #49307F

Text Example


Text Example

White with #49307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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