Html Css Color HEX #462287 Windsor

📋 copy color: '#462287'

red 70 ◦ green 34 ◦ blue 135

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

Shades of Windsor #462287

Tints of Windsor #462287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.23%

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

R = 29.29%
G = 14.23%
B = 56.49%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462287 (or 0x462287) is known color: Windsor. HEX triplet: 46, 22 and 87. RGB value is (70,34,135). Sum of RGB (Red+Green+Blue) = 70+34+135=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #462287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462287 is #B9DD78. Grayscale: #373737. Windows color (decimal): -12180857 or 8856134. OLE color: 8856134.

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

Color convert

RGB 70 34 135 -
CMYK 0.48 0.75 0 0.47
HSL 261.39º 0.6% 0.33% -
HSV(B) 261.39º 0.75% 0.53% -
XYZ 7.47 4.2 23.34 -
YUV 56.28 172.43 137.79 -
System Red Green Blue C M Y K H S L
Decimal 70 34 135 0.48 0.75 0 0.47 261.39 0.6 0.33
Hex 46 22 87 30 4B 0 2F 105 3C 21
Octal 106 42 207 60 113 0 57 405 74 41
Binary 1000110 100010 10000111 110000 1001011 0 101111 100000101 111100 100001

Color Harmonies of #462287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462287

Black with #462287

Text Example


Text Example

White with #462287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462287; }

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

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

background-color css

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

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

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

border-color css

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

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

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