Html Css Color HEX #462085 Windsor

📋 copy color: '#462085'

red 70 ◦ green 32 ◦ blue 133

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

Shades of Windsor #462085

Tints of Windsor #462085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.6%

R = 29.79%
G = 13.62%
B = 56.6%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#462085 (or 0x462085) is known color: Windsor. HEX triplet: 46, 20 and 85. RGB value is (70,32,133). Sum of RGB (Red+Green+Blue) = 70+32+133=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 133 (52.34% from 255 or 56.60% from 235); Max value from RGB is 133 - color contains mainly: blue. Hex color #462085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462085 is #B9DF7A. Grayscale: #363636. Windows color (decimal): -12181371 or 8724550. OLE color: 8724550.

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

Color convert

RGB 70 32 133 -
CMYK 0.47 0.76 0 0.48
HSL 262.57º 0.61% 0.32% -
HSV(B) 262.57º 0.76% 0.52% -
XYZ 7.28 4.03 22.58 -
YUV 54.88 172.09 138.79 -
System Red Green Blue C M Y K H S L
Decimal 70 32 133 0.47 0.76 0 0.48 262.57 0.61 0.32
Hex 46 20 85 2F 4C 0 30 107 3D 20
Octal 106 40 205 57 114 0 60 407 75 40
Binary 1000110 100000 10000101 101111 1001100 0 110000 100000111 111101 100000

Color Harmonies of #462085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462085

Black with #462085

Text Example


Text Example

White with #462085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462085; }

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

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

background-color css

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

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

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

border-color css

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

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

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