Html Css Color HEX #462781 Windsor

📋 copy color: '#462781'

red 70 ◦ green 39 ◦ blue 129

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

Shades of Windsor #462781

Tints of Windsor #462781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 54.2%

R = 29.41%
G = 16.39%
B = 54.2%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#462781 (or 0x462781) is known color: Windsor. HEX triplet: 46, 27 and 81. RGB value is (70,39,129). Sum of RGB (Red+Green+Blue) = 70+39+129=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #462781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462781 is #B9D87E. Grayscale: #3A3A3A. Windows color (decimal): -12179583 or 8464198. OLE color: 8464198.

HSL color Cylindrical-coordinate representation of color #462781: hue angle of 260.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #462781 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 39 129 -
CMYK 0.46 0.70 0 0.49
HSL 260.67º 0.54% 0.33% -
HSV(B) 260.67º 0.7% 0.51% -
XYZ 7.21 4.34 21.23 -
YUV 58.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 70 39 129 0.46 0.70 0 0.49 260.67 0.54 0.33
Hex 46 27 81 2E 46 0 31 105 36 21
Octal 106 47 201 56 106 0 61 405 66 41
Binary 1000110 100111 10000001 101110 1000110 0 110001 100000101 110110 100001

Color Harmonies of #462781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462781

Black with #462781

Text Example


Text Example

White with #462781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462781; }

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

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

background-color css

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

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

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

border-color css

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

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

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