Html Css Color HEX #491D88 Windsor

📋 copy color: '#491D88'

red 73 ◦ green 29 ◦ blue 136

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

Shades of Windsor #491D88

Tints of Windsor #491D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.14%

R = 30.67%
G = 12.18%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491D88 (or 0x491D88) is known color: Windsor. HEX triplet: 49, 1D and 88. RGB value is (73,29,136). Sum of RGB (Red+Green+Blue) = 73+29+136=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #491D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D88 is #B6E277. Grayscale: #353535. Windows color (decimal): -11985528 or 8920393. OLE color: 8920393.

HSL color Cylindrical-coordinate representation of color #491D88: hue angle of 264.67º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #491D88 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 29 136 -
CMYK 0.46 0.79 0 0.47
HSL 264.67º 0.65% 0.32% -
HSV(B) 264.67º 0.79% 0.53% -
XYZ 7.63 4.07 23.68 -
YUV 54.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 73 29 136 0.46 0.79 0 0.47 264.67 0.65 0.32
Hex 49 1D 88 2E 4F 0 2F 109 41 20
Octal 111 35 210 56 117 0 57 411 101 40
Binary 1001001 11101 10001000 101110 1001111 0 101111 100001001 1000001 100000

Color Harmonies of #491D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D88

Black with #491D88

Text Example


Text Example

White with #491D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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