Html Css Color HEX #491F92 Windsor

📋 copy color: '#491F92'

red 73 ◦ green 31 ◦ blue 146

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

Shades of Windsor #491F92

Tints of Windsor #491F92

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 146 (57.42% from 255) = 58.4%

R = 29.2%
G = 12.4%
B = 58.4%

CMYK

 C value IS 0.5

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#491F92 (or 0x491F92) is known color: Windsor. HEX triplet: 49, 1F and 92. RGB value is (73,31,146). Sum of RGB (Red+Green+Blue) = 73+31+146=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #491F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F92 is #B6E06D. Grayscale: #383838. Windows color (decimal): -11985006 or 9576265. OLE color: 9576265.

HSL color Cylindrical-coordinate representation of color #491F92: hue angle of 261.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491F92 is Cyan = 0.5, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 31 146 -
CMYK 0.5 0.79 0 0.43
HSL 261.91º 0.65% 0.35% -
HSV(B) 261.91º 0.79% 0.57% -
XYZ 8.43 4.47 27.61 -
YUV 56.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 73 31 146 0.5 0.79 0 0.43 261.91 0.65 0.35
Hex 49 1F 92 32 4F 0 2B 106 41 23
Octal 111 37 222 62 117 0 53 406 101 43
Binary 1001001 11111 10010010 110010 1001111 0 101011 100000110 1000001 100011

Color Harmonies of #491F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F92

Black with #491F92

Text Example


Text Example

White with #491F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491F92; }

 p { color: rgb(73,31,146); }

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

background-color css

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

 a { background-color: rgb(73,31,146); }

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

border-color css

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

 span { border-color: rgb(73,31,146); }

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