Html Css Color HEX #461984 Windsor

📋 copy color: '#461984'

red 70 ◦ green 25 ◦ blue 132

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

Shades of Windsor #461984

Tints of Windsor #461984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

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

R = 30.84%
G = 11.01%
B = 58.15%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461984 (or 0x461984) is known color: Windsor. HEX triplet: 46, 19 and 84. RGB value is (70,25,132). Sum of RGB (Red+Green+Blue) = 70+25+132=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #461984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461984 is #B9E67B. Grayscale: #323232. Windows color (decimal): -12183164 or 8657222. OLE color: 8657222.

HSL color Cylindrical-coordinate representation of color #461984: hue angle of 265.23º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461984 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 25 132 -
CMYK 0.47 0.81 0 0.48
HSL 265.23º 0.68% 0.31% -
HSV(B) 265.23º 0.81% 0.52% -
XYZ 7.04 3.66 22.17 -
YUV 50.65 173.91 141.8 -
System Red Green Blue C M Y K H S L
Decimal 70 25 132 0.47 0.81 0 0.48 265.23 0.68 0.31
Hex 46 19 84 2F 51 0 30 109 44 1F
Octal 106 31 204 57 121 0 60 411 104 37
Binary 1000110 11001 10000100 101111 1010001 0 110000 100001001 1000100 11111

Color Harmonies of #461984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461984

Black with #461984

Text Example


Text Example

White with #461984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461984; }

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

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

background-color css

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

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

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

border-color css

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

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

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