Html Css Color HEX #492185 Windsor

📋 copy color: '#492185'

red 73 ◦ green 33 ◦ blue 133

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

Shades of Windsor #492185

Tints of Windsor #492185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 30.54%
G = 13.81%
B = 55.65%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#492185 (or 0x492185) is known color: Windsor. HEX triplet: 49, 21 and 85. RGB value is (73,33,133). Sum of RGB (Red+Green+Blue) = 73+33+133=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #492185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492185 is #B6DE7A. Grayscale: #383838. Windows color (decimal): -11984507 or 8724809. OLE color: 8724809.

HSL color Cylindrical-coordinate representation of color #492185: hue angle of 264º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #492185 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 33 133 -
CMYK 0.45 0.75 0 0.48
HSL 264º 0.6% 0.33% -
HSV(B) 264º 0.75% 0.52% -
XYZ 7.53 4.2 22.6 -
YUV 56.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 73 33 133 0.45 0.75 0 0.48 264 0.6 0.33
Hex 49 21 85 2D 4B 0 30 108 3C 21
Octal 111 41 205 55 113 0 60 410 74 41
Binary 1001001 100001 10000101 101101 1001011 0 110000 100001000 111100 100001

Color Harmonies of #492185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492185

Black with #492185

Text Example


Text Example

White with #492185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492185; }

 p { color: rgb(73,33,133); }

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

background-color css

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

 a { background-color: rgb(73,33,133); }

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

border-color css

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

 span { border-color: rgb(73,33,133); }

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