Html Css Color HEX #49307B Windsor

📋 copy color: '#49307B'

red 73 ◦ green 48 ◦ blue 123

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

Shades of Windsor #49307B

Tints of Windsor #49307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 50.41%

R = 29.92%
G = 19.67%
B = 50.41%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49307B (or 0x49307B) is known color: Windsor. HEX triplet: 49, 30 and 7B. RGB value is (73,48,123). Sum of RGB (Red+Green+Blue) = 73+48+123=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #49307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49307B is #B6CF84. Grayscale: #3F3F3F. Windows color (decimal): -11980677 or 8073289. OLE color: 8073289.

HSL color Cylindrical-coordinate representation of color #49307B: hue angle of 260º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49307B is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 48 123 -
CMYK 0.41 0.61 0 0.52
HSL 260º 0.44% 0.34% -
HSV(B) 260º 0.61% 0.48% -
XYZ 7.38 4.96 19.31 -
YUV 64.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 73 48 123 0.41 0.61 0 0.52 260 0.44 0.34
Hex 49 30 7B 29 3D 0 34 104 2C 22
Octal 111 60 173 51 75 0 64 404 54 42
Binary 1001001 110000 1111011 101001 111101 0 110100 100000100 101100 100010

Color Harmonies of #49307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49307B

Black with #49307B

Text Example


Text Example

White with #49307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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