Html Css Color HEX #462680 Windsor

📋 copy color: '#462680'

red 70 ◦ green 38 ◦ blue 128

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

Shades of Windsor #462680

Tints of Windsor #462680

RGB

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

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

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

R = 29.66%
G = 16.1%
B = 54.24%

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

#462680 (or 0x462680) is known color: Windsor. HEX triplet: 46, 26 and 80. RGB value is (70,38,128). Sum of RGB (Red+Green+Blue) = 70+38+128=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 128 (50.39% from 255 or 54.24% from 236); Max value from RGB is 128 - color contains mainly: blue. Hex color #462680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462680 is #B9D97F. Grayscale: #393939. Windows color (decimal): -12179840 or 8398406. OLE color: 8398406.

HSL color Cylindrical-coordinate representation of color #462680: hue angle of 261.33º degrees, saturation: 0.54, 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 #462680 is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 38 128 -
CMYK 0.45 0.70 0 0.50
HSL 261.33º 0.54% 0.33% -
HSV(B) 261.33º 0.7% 0.5% -
XYZ 7.12 4.25 20.87 -
YUV 57.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 70 38 128 0.45 0.70 0 0.50 261.33 0.54 0.33
Hex 46 26 80 2D 46 0 32 105 36 21
Octal 106 46 200 55 106 0 62 405 66 41
Binary 1000110 100110 10000000 101101 1000110 0 110010 100000101 110110 100001

Color Harmonies of #462680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462680

Black with #462680

Text Example


Text Example

White with #462680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462680; }

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

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

background-color css

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

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

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

border-color css

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

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

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