Html Css Color HEX #491A85 Windsor

📋 copy color: '#491A85'

red 73 ◦ green 26 ◦ blue 133

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

Shades of Windsor #491A85

Tints of Windsor #491A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.21%

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

R = 31.47%
G = 11.21%
B = 57.33%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#491A85 (or 0x491A85) is known color: Windsor. HEX triplet: 49, 1A and 85. RGB value is (73,26,133). Sum of RGB (Red+Green+Blue) = 73+26+133=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #491A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A85 is #B6E57A. Grayscale: #333333. Windows color (decimal): -11986299 or 8723017. OLE color: 8723017.

HSL color Cylindrical-coordinate representation of color #491A85: hue angle of 266.36º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491A85 is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 26 133 -
CMYK 0.45 0.80 0 0.48
HSL 266.36º 0.67% 0.31% -
HSV(B) 266.36º 0.8% 0.52% -
XYZ 7.35 3.85 22.55 -
YUV 52.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 73 26 133 0.45 0.80 0 0.48 266.36 0.67 0.31
Hex 49 1A 85 2D 50 0 30 10A 43 1F
Octal 111 32 205 55 120 0 60 412 103 37
Binary 1001001 11010 10000101 101101 1010000 0 110000 100001010 1000011 11111

Color Harmonies of #491A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A85

Black with #491A85

Text Example


Text Example

White with #491A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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