Html Css Color HEX #491D8C Windsor

📋 copy color: '#491D8C'

red 73 ◦ green 29 ◦ blue 140

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

Shades of Windsor #491D8C

Tints of Windsor #491D8C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.98%

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 30.17%
G = 11.98%
B = 57.85%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#491D8C (or 0x491D8C) is known color: Windsor. HEX triplet: 49, 1D and 8C. RGB value is (73,29,140). Sum of RGB (Red+Green+Blue) = 73+29+140=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #491D8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D8C is #B6E273. Grayscale: #363636. Windows color (decimal): -11985524 or 9182537. OLE color: 9182537.

HSL color Cylindrical-coordinate representation of color #491D8C: hue angle of 263.78º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491D8C is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 29 140 -
CMYK 0.48 0.79 0 0.45
HSL 263.78º 0.66% 0.33% -
HSV(B) 263.78º 0.79% 0.55% -
XYZ 7.92 4.19 25.2 -
YUV 54.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 73 29 140 0.48 0.79 0 0.45 263.78 0.66 0.33
Hex 49 1D 8C 30 4F 0 2D 108 42 21
Octal 111 35 214 60 117 0 55 410 102 41
Binary 1001001 11101 10001100 110000 1001111 0 101101 100001000 1000010 100001

Color Harmonies of #491D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D8C

Black with #491D8C

Text Example


Text Example

White with #491D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,140); }

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

background-color css

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

 a { background-color: rgb(73,29,140); }

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

border-color css

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

 span { border-color: rgb(73,29,140); }

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