Html Css Color HEX #491F94 Windsor

📋 copy color: '#491F94'

red 73 ◦ green 31 ◦ blue 148

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

Shades of Windsor #491F94

Tints of Windsor #491F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 28.97%
G = 12.3%
B = 58.73%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491F94 (or 0x491F94) is known color: Windsor. HEX triplet: 49, 1F and 94. RGB value is (73,31,148). Sum of RGB (Red+Green+Blue) = 73+31+148=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #491F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491F94 is #B6E06B. Grayscale: #383838. Windows color (decimal): -11985004 or 9707337. OLE color: 9707337.

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

Color convert

RGB 73 31 148 -
CMYK 0.51 0.79 0 0.42
HSL 261.54º 0.65% 0.35% -
HSV(B) 261.54º 0.79% 0.58% -
XYZ 8.58 4.53 28.44 -
YUV 56.9 179.41 139.49 -
System Red Green Blue C M Y K H S L
Decimal 73 31 148 0.51 0.79 0 0.42 261.54 0.65 0.35
Hex 49 1F 94 33 4F 0 2A 106 41 23
Octal 111 37 224 63 117 0 52 406 101 43
Binary 1001001 11111 10010100 110011 1001111 0 101010 100000110 1000001 100011

Color Harmonies of #491F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491F94

Black with #491F94

Text Example


Text Example

White with #491F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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