Html Css Color HEX #46197C Windsor

📋 copy color: '#46197C'

red 70 ◦ green 25 ◦ blue 124

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

Shades of Windsor #46197C

Tints of Windsor #46197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 31.96%
G = 11.42%
B = 56.62%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46197C (or 0x46197C) is known color: Windsor. HEX triplet: 46, 19 and 7C. RGB value is (70,25,124). Sum of RGB (Red+Green+Blue) = 70+25+124=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #46197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46197C is #B9E683. Grayscale: #313131. Windows color (decimal): -12183172 or 8132934. OLE color: 8132934.

HSL color Cylindrical-coordinate representation of color #46197C: hue angle of 267.27º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46197C is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 25 124 -
CMYK 0.44 0.80 0 0.51
HSL 267.27º 0.66% 0.29% -
HSV(B) 267.27º 0.8% 0.49% -
XYZ 6.51 3.45 19.39 -
YUV 49.74 169.91 142.45 -
System Red Green Blue C M Y K H S L
Decimal 70 25 124 0.44 0.80 0 0.51 267.27 0.66 0.29
Hex 46 19 7C 2C 50 0 33 10B 42 1D
Octal 106 31 174 54 120 0 63 413 102 35
Binary 1000110 11001 1111100 101100 1010000 0 110011 100001011 1000010 11101

Color Harmonies of #46197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46197C

Black with #46197C

Text Example


Text Example

White with #46197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,25,124); }

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

background-color css

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

 a { background-color: rgb(70,25,124); }

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

border-color css

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

 span { border-color: rgb(70,25,124); }

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