Html Css Color HEX #461886 Windsor

📋 copy color: '#461886'

red 70 ◦ green 24 ◦ blue 134

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

Shades of Windsor #461886

Tints of Windsor #461886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 58.77%

R = 30.7%
G = 10.53%
B = 58.77%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461886 (or 0x461886) is known color: Windsor. HEX triplet: 46, 18 and 86. RGB value is (70,24,134). Sum of RGB (Red+Green+Blue) = 70+24+134=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #461886 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461886 is #B9E779. Grayscale: #313131. Windows color (decimal): -12183418 or 8788038. OLE color: 8788038.

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

Color convert

RGB 70 24 134 -
CMYK 0.48 0.82 0 0.47
HSL 265.09º 0.7% 0.31% -
HSV(B) 265.09º 0.82% 0.53% -
XYZ 7.16 3.68 22.89 -
YUV 50.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 70 24 134 0.48 0.82 0 0.47 265.09 0.7 0.31
Hex 46 18 86 30 52 0 2F 109 46 1F
Octal 106 30 206 60 122 0 57 411 106 37
Binary 1000110 11000 10000110 110000 1010010 0 101111 100001001 1000110 11111

Color Harmonies of #461886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461886

Black with #461886

Text Example


Text Example

White with #461886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461886; }

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

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

background-color css

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

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

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

border-color css

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

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

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