Html Css Color HEX #462686 Windsor

📋 copy color: '#462686'

red 70 ◦ green 38 ◦ blue 134

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

Shades of Windsor #462686

Tints of Windsor #462686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 28.93%
G = 15.7%
B = 55.37%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#462686 (or 0x462686) is known color: Windsor. HEX triplet: 46, 26 and 86. RGB value is (70,38,134). Sum of RGB (Red+Green+Blue) = 70+38+134=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #462686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462686 is #B9D979. Grayscale: #3A3A3A. Windows color (decimal): -12179834 or 8791622. OLE color: 8791622.

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

Color convert

RGB 70 38 134 -
CMYK 0.48 0.72 0 0.47
HSL 260º 0.56% 0.34% -
HSV(B) 260º 0.72% 0.53% -
XYZ 7.52 4.41 23.01 -
YUV 58.51 170.6 136.19 -
System Red Green Blue C M Y K H S L
Decimal 70 38 134 0.48 0.72 0 0.47 260 0.56 0.34
Hex 46 26 86 30 48 0 2F 104 38 22
Octal 106 46 206 60 110 0 57 404 70 42
Binary 1000110 100110 10000110 110000 1001000 0 101111 100000100 111000 100010

Color Harmonies of #462686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462686

Black with #462686

Text Example


Text Example

White with #462686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462686; }

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

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

background-color css

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

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

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

border-color css

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

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

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