Html Css Color HEX #491A8B Windsor

📋 copy color: '#491A8B'

red 73 ◦ green 26 ◦ blue 139

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

Shades of Windsor #491A8B

Tints of Windsor #491A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 58.4%

R = 30.67%
G = 10.92%
B = 58.4%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#491A8B (or 0x491A8B) is known color: Windsor. HEX triplet: 49, 1A and 8B. RGB value is (73,26,139). Sum of RGB (Red+Green+Blue) = 73+26+139=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #491A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A8B is #B6E574. Grayscale: #343434. Windows color (decimal): -11986293 or 9116233. OLE color: 9116233.

HSL color Cylindrical-coordinate representation of color #491A8B: hue angle of 264.96º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491A8B is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 26 139 -
CMYK 0.47 0.81 0 0.45
HSL 264.96º 0.68% 0.32% -
HSV(B) 264.96º 0.81% 0.55% -
XYZ 7.78 4.02 24.79 -
YUV 52.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 73 26 139 0.47 0.81 0 0.45 264.96 0.68 0.32
Hex 49 1A 8B 2F 51 0 2D 109 44 20
Octal 111 32 213 57 121 0 55 411 104 40
Binary 1001001 11010 10001011 101111 1010001 0 101101 100001001 1000100 100000

Color Harmonies of #491A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A8B

Black with #491A8B

Text Example


Text Example

White with #491A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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