Html Css Color HEX #46327C Windsor

📋 copy color: '#46327C'

red 70 ◦ green 50 ◦ blue 124

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

Shades of Windsor #46327C

Tints of Windsor #46327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

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

R = 28.69%
G = 20.49%
B = 50.82%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46327C (or 0x46327C) is known color: Windsor. HEX triplet: 46, 32 and 7C. RGB value is (70,50,124). Sum of RGB (Red+Green+Blue) = 70+50+124=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #46327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46327C is #B9CD83. Grayscale: #404040. Windows color (decimal): -12176772 or 8139334. OLE color: 8139334.

HSL color Cylindrical-coordinate representation of color #46327C: hue angle of 256.22º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46327C is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 50 124 -
CMYK 0.44 0.60 0 0.51
HSL 256.22º 0.43% 0.34% -
HSV(B) 256.22º 0.6% 0.49% -
XYZ 7.3 5.04 19.66 -
YUV 64.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 70 50 124 0.44 0.60 0 0.51 256.22 0.43 0.34
Hex 46 32 7C 2C 3C 0 33 100 2B 22
Octal 106 62 174 54 74 0 63 400 53 42
Binary 1000110 110010 1111100 101100 111100 0 110011 100000000 101011 100010

Color Harmonies of #46327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46327C

Black with #46327C

Text Example


Text Example

White with #46327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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