Html Css Color HEX #461E84 Windsor

📋 copy color: '#461E84'

red 70 ◦ green 30 ◦ blue 132

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

Shades of Windsor #461E84

Tints of Windsor #461E84

RGB

 RED value IS 70 (27.73% from 255) = 30.17%

 GREEN value IS 30 (12.11% from 255) = 12.93%

 BLUE value IS 132 (51.95% from 255) = 56.9%

R = 30.17%
G = 12.93%
B = 56.9%

CMYK

 C value IS 0.47

 M value IS 0.77

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461E84 (or 0x461E84) is known color: Windsor. HEX triplet: 46, 1E and 84. RGB value is (70,30,132). Sum of RGB (Red+Green+Blue) = 70+30+132=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 132 (51.95% from 255 or 56.90% from 232); Max value from RGB is 132 - color contains mainly: blue. Hex color #461E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461E84 is #B9E17B. Grayscale: #353535. Windows color (decimal): -12181884 or 8658502. OLE color: 8658502.

HSL color Cylindrical-coordinate representation of color #461E84: hue angle of 263.53º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461E84 is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 30 132 -
CMYK 0.47 0.77 0 0.48
HSL 263.53º 0.63% 0.32% -
HSV(B) 263.53º 0.77% 0.52% -
XYZ 7.15 3.9 22.2 -
YUV 53.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 70 30 132 0.47 0.77 0 0.48 263.53 0.63 0.32
Hex 46 1E 84 2F 4D 0 30 108 3F 20
Octal 106 36 204 57 115 0 60 410 77 40
Binary 1000110 11110 10000100 101111 1001101 0 110000 100001000 111111 100000

Color Harmonies of #461E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E84

Black with #461E84

Text Example


Text Example

White with #461E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461E84; }

 p { color: rgb(70,30,132); }

 H1.HeaderClassName
 {
   color: #461E84;
 }
 .AnyTagClassName
 {
   color: #461E84;
 }
</style>

background-color css

<style>
 a { background-color: #461E84; }

 a { background-color: rgb(70,30,132); }

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

border-color css

<style>
 span { border-color: #461E84; }

 span { border-color: rgb(70,30,132); }

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