Html Css Color HEX #462980 Windsor

📋 copy color: '#462980'

red 70 ◦ green 41 ◦ blue 128

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

Shades of Windsor #462980

Tints of Windsor #462980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 29.29%
G = 17.15%
B = 53.56%

CMYK

 C value IS 0.45

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#462980 (or 0x462980) is known color: Windsor. HEX triplet: 46, 29 and 80. RGB value is (70,41,128). Sum of RGB (Red+Green+Blue) = 70+41+128=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #462980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462980 is #B9D67F. Grayscale: #3B3B3B. Windows color (decimal): -12179072 or 8399174. OLE color: 8399174.

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

Color convert

RGB 70 41 128 -
CMYK 0.45 0.68 0 0.50
HSL 260º 0.51% 0.33% -
HSV(B) 260º 0.68% 0.5% -
XYZ 7.22 4.45 20.9 -
YUV 59.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 70 41 128 0.45 0.68 0 0.50 260 0.51 0.33
Hex 46 29 80 2D 44 0 32 104 33 21
Octal 106 51 200 55 104 0 62 404 63 41
Binary 1000110 101001 10000000 101101 1000100 0 110010 100000100 110011 100001

Color Harmonies of #462980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462980

Black with #462980

Text Example


Text Example

White with #462980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462980; }

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

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

background-color css

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

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

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

border-color css

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

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

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