Html Css Color HEX #461C80 Windsor

📋 copy color: '#461C80'

red 70 ◦ green 28 ◦ blue 128

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

Shades of Windsor #461C80

Tints of Windsor #461C80

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

 BLUE value IS 128 (50.39% from 255) = 56.64%

R = 30.97%
G = 12.39%
B = 56.64%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#461C80 (or 0x461C80) is known color: Windsor. HEX triplet: 46, 1C and 80. RGB value is (70,28,128). Sum of RGB (Red+Green+Blue) = 70+28+128=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #461C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461C80 is #B9E37F. Grayscale: #333333. Windows color (decimal): -12182400 or 8395846. OLE color: 8395846.

HSL color Cylindrical-coordinate representation of color #461C80: hue angle of 265.2º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #461C80 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 28 128 -
CMYK 0.45 0.78 0 0.50
HSL 265.2º 0.64% 0.31% -
HSV(B) 265.2º 0.78% 0.5% -
XYZ 6.84 3.69 20.77 -
YUV 51.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 70 28 128 0.45 0.78 0 0.50 265.2 0.64 0.31
Hex 46 1C 80 2D 4E 0 32 109 40 1F
Octal 106 34 200 55 116 0 62 411 100 37
Binary 1000110 11100 10000000 101101 1001110 0 110010 100001001 1000000 11111

Color Harmonies of #461C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C80

Black with #461C80

Text Example


Text Example

White with #461C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,128); }

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

background-color css

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

 a { background-color: rgb(70,28,128); }

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

border-color css

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

 span { border-color: rgb(70,28,128); }

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