Html Css Color HEX #46316F Windsor

📋 copy color: '#46316F'

red 70 ◦ green 49 ◦ blue 111

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

Shades of Windsor #46316F

Tints of Windsor #46316F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 30.43%
G = 21.3%
B = 48.26%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#46316F (or 0x46316F) is known color: Windsor. HEX triplet: 46, 31 and 6F. RGB value is (70,49,111). Sum of RGB (Red+Green+Blue) = 70+49+111=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #46316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46316F is #B9CE90. Grayscale: #3E3E3E. Windows color (decimal): -12177041 or 7287110. OLE color: 7287110.

HSL color Cylindrical-coordinate representation of color #46316F: hue angle of 260.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46316F is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 49 111 -
CMYK 0.37 0.56 0 0.56
HSL 260.32º 0.39% 0.31% -
HSV(B) 260.32º 0.56% 0.44% -
XYZ 6.49 4.65 15.59 -
YUV 62.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 70 49 111 0.37 0.56 0 0.56 260.32 0.39 0.31
Hex 46 31 6F 25 38 0 38 104 27 1F
Octal 106 61 157 45 70 0 70 404 47 37
Binary 1000110 110001 1101111 100101 111000 0 111000 100000100 100111 11111

Color Harmonies of #46316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46316F

Black with #46316F

Text Example


Text Example

White with #46316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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