Html Css Color HEX #46298C Windsor

📋 copy color: '#46298C'

red 70 ◦ green 41 ◦ blue 140

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

Shades of Windsor #46298C

Tints of Windsor #46298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 27.89%
G = 16.33%
B = 55.78%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46298C (or 0x46298C) is known color: Windsor. HEX triplet: 46, 29 and 8C. RGB value is (70,41,140). Sum of RGB (Red+Green+Blue) = 70+41+140=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #46298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46298C is #B9D673. Grayscale: #3C3C3C. Windows color (decimal): -12179060 or 9185606. OLE color: 9185606.

HSL color Cylindrical-coordinate representation of color #46298C: hue angle of 257.58º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46298C is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 41 140 -
CMYK 0.50 0.71 0 0.45
HSL 257.58º 0.55% 0.35% -
HSV(B) 257.58º 0.71% 0.55% -
XYZ 8.05 4.78 25.31 -
YUV 60.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 70 41 140 0.50 0.71 0 0.45 257.58 0.55 0.35
Hex 46 29 8C 32 47 0 2D 102 37 23
Octal 106 51 214 62 107 0 55 402 67 43
Binary 1000110 101001 10001100 110010 1000111 0 101101 100000010 110111 100011

Color Harmonies of #46298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46298C

Black with #46298C

Text Example


Text Example

White with #46298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46298C; }

 p { color: rgb(70,41,140); }

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

background-color css

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

 a { background-color: rgb(70,41,140); }

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

border-color css

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

 span { border-color: rgb(70,41,140); }

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