Html Css Color HEX #49207B Windsor

📋 copy color: '#49207B'

red 73 ◦ green 32 ◦ blue 123

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

Shades of Windsor #49207B

Tints of Windsor #49207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 32.02%
G = 14.04%
B = 53.95%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49207B (or 0x49207B) is known color: Windsor. HEX triplet: 49, 20 and 7B. RGB value is (73,32,123). Sum of RGB (Red+Green+Blue) = 73+32+123=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #49207B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49207B is #B6DF84. Grayscale: #363636. Windows color (decimal): -11984773 or 8069193. OLE color: 8069193.

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

Color convert

RGB 73 32 123 -
CMYK 0.41 0.74 0 0.52
HSL 267.03º 0.59% 0.3% -
HSV(B) 267.03º 0.74% 0.48% -
XYZ 6.84 3.88 19.13 -
YUV 54.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 73 32 123 0.41 0.74 0 0.52 267.03 0.59 0.3
Hex 49 20 7B 29 4A 0 34 10B 3B 1E
Octal 111 40 173 51 112 0 64 413 73 36
Binary 1001001 100000 1111011 101001 1001010 0 110100 100001011 111011 11110

Color Harmonies of #49207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49207B

Black with #49207B

Text Example


Text Example

White with #49207B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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