Html Css Color HEX #46268D Windsor

📋 copy color: '#46268D'

red 70 ◦ green 38 ◦ blue 141

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

Shades of Windsor #46268D

Tints of Windsor #46268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.26%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 28.11%
G = 15.26%
B = 56.63%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46268D (or 0x46268D) is known color: Windsor. HEX triplet: 46, 26 and 8D. RGB value is (70,38,141). Sum of RGB (Red+Green+Blue) = 70+38+141=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #46268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46268D is #B9D972. Grayscale: #3A3A3A. Windows color (decimal): -12179827 or 9250374. OLE color: 9250374.

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

Color convert

RGB 70 38 141 -
CMYK 0.50 0.73 0 0.45
HSL 258.64º 0.58% 0.35% -
HSV(B) 258.64º 0.73% 0.55% -
XYZ 8.03 4.61 25.67 -
YUV 59.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 70 38 141 0.50 0.73 0 0.45 258.64 0.58 0.35
Hex 46 26 8D 32 49 0 2D 103 3A 23
Octal 106 46 215 62 111 0 55 403 72 43
Binary 1000110 100110 10001101 110010 1001001 0 101101 100000011 111010 100011

Color Harmonies of #46268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46268D

Black with #46268D

Text Example


Text Example

White with #46268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46268D; }

 p { color: rgb(70,38,141); }

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

background-color css

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

 a { background-color: rgb(70,38,141); }

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

border-color css

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

 span { border-color: rgb(70,38,141); }

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