Html Css Color HEX #461989 Windsor

📋 copy color: '#461989'

red 70 ◦ green 25 ◦ blue 137

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

Shades of Windsor #461989

Tints of Windsor #461989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 137 (53.91% from 255) = 59.05%

R = 30.17%
G = 10.78%
B = 59.05%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#461989 (or 0x461989) is known color: Windsor. HEX triplet: 46, 19 and 89. RGB value is (70,25,137). Sum of RGB (Red+Green+Blue) = 70+25+137=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #461989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461989 is #B9E676. Grayscale: #323232. Windows color (decimal): -12183159 or 8984902. OLE color: 8984902.

HSL color Cylindrical-coordinate representation of color #461989: hue angle of 264.11º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461989 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 25 137 -
CMYK 0.49 0.82 0 0.46
HSL 264.11º 0.69% 0.32% -
HSV(B) 264.11º 0.82% 0.54% -
XYZ 7.39 3.8 24.01 -
YUV 51.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 70 25 137 0.49 0.82 0 0.46 264.11 0.69 0.32
Hex 46 19 89 31 52 0 2E 108 45 20
Octal 106 31 211 61 122 0 56 410 105 40
Binary 1000110 11001 10001001 110001 1010010 0 101110 100001000 1000101 100000

Color Harmonies of #461989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461989

Black with #461989

Text Example


Text Example

White with #461989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461989; }

 p { color: rgb(70,25,137); }

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

background-color css

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

 a { background-color: rgb(70,25,137); }

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

border-color css

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

 span { border-color: rgb(70,25,137); }

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