Html Css Color HEX #46317F Windsor

📋 copy color: '#46317F'

red 70 ◦ green 49 ◦ blue 127

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

Shades of Windsor #46317F

Tints of Windsor #46317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 28.46%
G = 19.92%
B = 51.63%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#46317F (or 0x46317F) is known color: Windsor. HEX triplet: 46, 31 and 7F. RGB value is (70,49,127). Sum of RGB (Red+Green+Blue) = 70+49+127=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #46317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46317F is #B9CE80. Grayscale: #3F3F3F. Windows color (decimal): -12177025 or 8335686. OLE color: 8335686.

HSL color Cylindrical-coordinate representation of color #46317F: hue angle of 256.15º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #46317F is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 49 127 -
CMYK 0.45 0.61 0 0.50
HSL 256.15º 0.44% 0.35% -
HSV(B) 256.15º 0.61% 0.5% -
XYZ 7.45 5.03 20.66 -
YUV 64.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 70 49 127 0.45 0.61 0 0.50 256.15 0.44 0.35
Hex 46 31 7F 2D 3D 0 32 100 2C 23
Octal 106 61 177 55 75 0 62 400 54 43
Binary 1000110 110001 1111111 101101 111101 0 110010 100000000 101100 100011

Color Harmonies of #46317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46317F

Black with #46317F

Text Example


Text Example

White with #46317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46317F; }

 p { color: rgb(70,49,127); }

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

background-color css

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

 a { background-color: rgb(70,49,127); }

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

border-color css

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

 span { border-color: rgb(70,49,127); }

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