Html Css Color HEX #462089 Windsor

📋 copy color: '#462089'

red 70 ◦ green 32 ◦ blue 137

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

Shades of Windsor #462089

Tints of Windsor #462089

RGB

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

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

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

R = 29.29%
G = 13.39%
B = 57.32%

CMYK

 C value IS 0.49

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#462089 (or 0x462089) is known color: Windsor. HEX triplet: 46, 20 and 89. RGB value is (70,32,137). Sum of RGB (Red+Green+Blue) = 70+32+137=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #462089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462089 is #B9DF76. Grayscale: #363636. Windows color (decimal): -12181367 or 8986694. OLE color: 8986694.

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

Color convert

RGB 70 32 137 -
CMYK 0.49 0.77 0 0.46
HSL 261.71º 0.62% 0.33% -
HSV(B) 261.71º 0.77% 0.54% -
XYZ 7.56 4.14 24.07 -
YUV 55.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 70 32 137 0.49 0.77 0 0.46 261.71 0.62 0.33
Hex 46 20 89 31 4D 0 2E 106 3E 21
Octal 106 40 211 61 115 0 56 406 76 41
Binary 1000110 100000 10001001 110001 1001101 0 101110 100000110 111110 100001

Color Harmonies of #462089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462089

Black with #462089

Text Example


Text Example

White with #462089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462089; }

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

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

background-color css

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

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

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

border-color css

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

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

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