Html Css Color HEX #462086 Windsor

📋 copy color: '#462086'

red 70 ◦ green 32 ◦ blue 134

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

Shades of Windsor #462086

Tints of Windsor #462086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 29.66%
G = 13.56%
B = 56.78%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462086 (or 0x462086) is known color: Windsor. HEX triplet: 46, 20 and 86. RGB value is (70,32,134). Sum of RGB (Red+Green+Blue) = 70+32+134=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #462086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462086 is #B9DF79. Grayscale: #363636. Windows color (decimal): -12181370 or 8790086. OLE color: 8790086.

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

Color convert

RGB 70 32 134 -
CMYK 0.48 0.76 0 0.47
HSL 262.35º 0.61% 0.33% -
HSV(B) 262.35º 0.76% 0.53% -
XYZ 7.35 4.06 22.95 -
YUV 54.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 70 32 134 0.48 0.76 0 0.47 262.35 0.61 0.33
Hex 46 20 86 30 4C 0 2F 106 3D 21
Octal 106 40 206 60 114 0 57 406 75 41
Binary 1000110 100000 10000110 110000 1001100 0 101111 100000110 111101 100001

Color Harmonies of #462086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462086

Black with #462086

Text Example


Text Example

White with #462086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462086; }

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

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

background-color css

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

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

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

border-color css

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

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

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