Html Css Color HEX #462780 Windsor

📋 copy color: '#462780'

red 70 ◦ green 39 ◦ blue 128

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

Shades of Windsor #462780

Tints of Windsor #462780

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

 BLUE value IS 128 (50.39% from 255) = 54.01%

R = 29.54%
G = 16.46%
B = 54.01%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#462780 (or 0x462780) is known color: Windsor. HEX triplet: 46, 27 and 80. RGB value is (70,39,128). Sum of RGB (Red+Green+Blue) = 70+39+128=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #462780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462780 is #B9D87F. Grayscale: #3A3A3A. Windows color (decimal): -12179584 or 8398662. OLE color: 8398662.

HSL color Cylindrical-coordinate representation of color #462780: hue angle of 260.9º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462780 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 39 128 -
CMYK 0.45 0.70 0 0.50
HSL 260.9º 0.53% 0.33% -
HSV(B) 260.9º 0.7% 0.5% -
XYZ 7.15 4.31 20.88 -
YUV 58.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 70 39 128 0.45 0.70 0 0.50 260.9 0.53 0.33
Hex 46 27 80 2D 46 0 32 105 35 21
Octal 106 47 200 55 106 0 62 405 65 41
Binary 1000110 100111 10000000 101101 1000110 0 110010 100000101 110101 100001

Color Harmonies of #462780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462780

Black with #462780

Text Example


Text Example

White with #462780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462780; }

 p { color: rgb(70,39,128); }

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

background-color css

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

 a { background-color: rgb(70,39,128); }

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

border-color css

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

 span { border-color: rgb(70,39,128); }

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