Html Css Color HEX #462589 Windsor

📋 copy color: '#462589'

red 70 ◦ green 37 ◦ blue 137

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

Shades of Windsor #462589

Tints of Windsor #462589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 28.69%
G = 15.16%
B = 56.15%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#462589 (or 0x462589) is known color: Windsor. HEX triplet: 46, 25 and 89. RGB value is (70,37,137). Sum of RGB (Red+Green+Blue) = 70+37+137=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #462589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462589 is #B9DA76. Grayscale: #393939. Windows color (decimal): -12180087 or 8987974. OLE color: 8987974.

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

Color convert

RGB 70 37 137 -
CMYK 0.49 0.73 0 0.46
HSL 259.8º 0.57% 0.34% -
HSV(B) 259.8º 0.73% 0.54% -
XYZ 7.7 4.43 24.12 -
YUV 58.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 70 37 137 0.49 0.73 0 0.46 259.8 0.57 0.34
Hex 46 25 89 31 49 0 2E 104 39 22
Octal 106 45 211 61 111 0 56 404 71 42
Binary 1000110 100101 10001001 110001 1001001 0 101110 100000100 111001 100010

Color Harmonies of #462589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462589

Black with #462589

Text Example


Text Example

White with #462589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462589; }

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

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

background-color css

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

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

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

border-color css

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

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

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