Html Css Color HEX #462087 Windsor

📋 copy color: '#462087'

red 70 ◦ green 32 ◦ blue 135

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

Shades of Windsor #462087

Tints of Windsor #462087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 56.96%

R = 29.54%
G = 13.5%
B = 56.96%

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

#462087 (or 0x462087) is known color: Windsor. HEX triplet: 46, 20 and 87. RGB value is (70,32,135). Sum of RGB (Red+Green+Blue) = 70+32+135=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #462087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462087 is #B9DF78. Grayscale: #363636. Windows color (decimal): -12181369 or 8855622. OLE color: 8855622.

HSL color Cylindrical-coordinate representation of color #462087: hue angle of 262.14º degrees, saturation: 0.62, 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 #462087 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 32 135 -
CMYK 0.48 0.76 0 0.47
HSL 262.14º 0.62% 0.33% -
HSV(B) 262.14º 0.76% 0.53% -
XYZ 7.42 4.08 23.32 -
YUV 55.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 70 32 135 0.48 0.76 0 0.47 262.14 0.62 0.33
Hex 46 20 87 30 4C 0 2F 106 3E 21
Octal 106 40 207 60 114 0 57 406 76 41
Binary 1000110 100000 10000111 110000 1001100 0 101111 100000110 111110 100001

Color Harmonies of #462087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462087

Black with #462087

Text Example


Text Example

White with #462087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462087; }

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

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

background-color css

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

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

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

border-color css

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

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

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