Html Css Color HEX #462090 Windsor

📋 copy color: '#462090'

red 70 ◦ green 32 ◦ blue 144

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

Shades of Windsor #462090

Tints of Windsor #462090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

 BLUE value IS 144 (56.64% from 255) = 58.54%

R = 28.46%
G = 13.01%
B = 58.54%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#462090 (or 0x462090) is known color: Windsor. HEX triplet: 46, 20 and 90. RGB value is (70,32,144). Sum of RGB (Red+Green+Blue) = 70+32+144=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #462090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462090 is #B9DF6F. Grayscale: #373737. Windows color (decimal): -12181360 or 9445446. OLE color: 9445446.

HSL color Cylindrical-coordinate representation of color #462090: hue angle of 260.36º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462090 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 32 144 -
CMYK 0.51 0.78 0 0.44
HSL 260.36º 0.64% 0.35% -
HSV(B) 260.36º 0.78% 0.56% -
XYZ 8.08 4.35 26.8 -
YUV 56.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 70 32 144 0.51 0.78 0 0.44 260.36 0.64 0.35
Hex 46 20 90 33 4E 0 2C 104 40 23
Octal 106 40 220 63 116 0 54 404 100 43
Binary 1000110 100000 10010000 110011 1001110 0 101100 100000100 1000000 100011

Color Harmonies of #462090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462090

Black with #462090

Text Example


Text Example

White with #462090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462090; }

 p { color: rgb(70,32,144); }

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

background-color css

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

 a { background-color: rgb(70,32,144); }

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

border-color css

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

 span { border-color: rgb(70,32,144); }

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