Html Css Color HEX #49257B Windsor

📋 copy color: '#49257B'

red 73 ◦ green 37 ◦ blue 123

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

Shades of Windsor #49257B

Tints of Windsor #49257B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 31.33%
G = 15.88%
B = 52.79%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#49257B (or 0x49257B) is known color: Windsor. HEX triplet: 49, 25 and 7B. RGB value is (73,37,123). Sum of RGB (Red+Green+Blue) = 73+37+123=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #49257B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49257B is #B6DA84. Grayscale: #393939. Windows color (decimal): -11983493 or 8070473. OLE color: 8070473.

HSL color Cylindrical-coordinate representation of color #49257B: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49257B is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 37 123 -
CMYK 0.41 0.70 0 0.52
HSL 265.12º 0.54% 0.31% -
HSV(B) 265.12º 0.7% 0.48% -
XYZ 6.98 4.17 19.18 -
YUV 57.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 73 37 123 0.41 0.70 0 0.52 265.12 0.54 0.31
Hex 49 25 7B 29 46 0 34 109 36 1F
Octal 111 45 173 51 106 0 64 411 66 37
Binary 1001001 100101 1111011 101001 1000110 0 110100 100001001 110110 11111

Color Harmonies of #49257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49257B

Black with #49257B

Text Example


Text Example

White with #49257B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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