Html Css Color HEX #461882 Windsor

📋 copy color: '#461882'

red 70 ◦ green 24 ◦ blue 130

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

Shades of Windsor #461882

Tints of Windsor #461882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 130 (51.17% from 255) = 58.04%

R = 31.25%
G = 10.71%
B = 58.04%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#461882 (or 0x461882) is known color: Windsor. HEX triplet: 46, 18 and 82. RGB value is (70,24,130). Sum of RGB (Red+Green+Blue) = 70+24+130=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 130 (51.17% from 255 or 58.04% from 224); Max value from RGB is 130 - color contains mainly: blue. Hex color #461882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461882 is #B9E77D. Grayscale: #313131. Windows color (decimal): -12183422 or 8525894. OLE color: 8525894.

HSL color Cylindrical-coordinate representation of color #461882: hue angle of 266.04º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461882 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 24 130 -
CMYK 0.46 0.82 0 0.49
HSL 266.04º 0.69% 0.3% -
HSV(B) 266.04º 0.82% 0.51% -
XYZ 6.88 3.57 21.44 -
YUV 49.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 70 24 130 0.46 0.82 0 0.49 266.04 0.69 0.3
Hex 46 18 82 2E 52 0 31 10A 45 1E
Octal 106 30 202 56 122 0 61 412 105 36
Binary 1000110 11000 10000010 101110 1010010 0 110001 100001010 1000101 11110

Color Harmonies of #461882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461882

Black with #461882

Text Example


Text Example

White with #461882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461882; }

 p { color: rgb(70,24,130); }

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

background-color css

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

 a { background-color: rgb(70,24,130); }

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

border-color css

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

 span { border-color: rgb(70,24,130); }

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