Html Css Color HEX #462880 Windsor

📋 copy color: '#462880'

red 70 ◦ green 40 ◦ blue 128

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

Shades of Windsor #462880

Tints of Windsor #462880

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 29.41%
G = 16.81%
B = 53.78%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#462880 (or 0x462880) is known color: Windsor. HEX triplet: 46, 28 and 80. RGB value is (70,40,128). Sum of RGB (Red+Green+Blue) = 70+40+128=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #462880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462880 is #B9D77F. Grayscale: #3A3A3A. Windows color (decimal): -12179328 or 8398918. OLE color: 8398918.

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

Color convert

RGB 70 40 128 -
CMYK 0.45 0.69 0 0.50
HSL 260.45º 0.52% 0.33% -
HSV(B) 260.45º 0.69% 0.5% -
XYZ 7.18 4.38 20.89 -
YUV 59 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 70 40 128 0.45 0.69 0 0.50 260.45 0.52 0.33
Hex 46 28 80 2D 45 0 32 104 34 21
Octal 106 50 200 55 105 0 62 404 64 41
Binary 1000110 101000 10000000 101101 1000101 0 110010 100000100 110100 100001

Color Harmonies of #462880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462880

Black with #462880

Text Example


Text Example

White with #462880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462880; }

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

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

background-color css

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

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

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

border-color css

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

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

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