Html Css Color HEX #46327D Windsor

📋 copy color: '#46327D'

red 70 ◦ green 50 ◦ blue 125

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

Shades of Windsor #46327D

Tints of Windsor #46327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.02%

R = 28.57%
G = 20.41%
B = 51.02%

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

#46327D (or 0x46327D) is known color: Windsor. HEX triplet: 46, 32 and 7D. RGB value is (70,50,125). Sum of RGB (Red+Green+Blue) = 70+50+125=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #46327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46327D is #B9CD82. Grayscale: #404040. Windows color (decimal): -12176771 or 8204870. OLE color: 8204870.

HSL color Cylindrical-coordinate representation of color #46327D: hue angle of 256º 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 #46327D is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 50 125 -
CMYK 0.44 0.60 0 0.51
HSL 256º 0.43% 0.34% -
HSV(B) 256º 0.6% 0.49% -
XYZ 7.37 5.06 19.99 -
YUV 64.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 70 50 125 0.44 0.60 0 0.51 256 0.43 0.34
Hex 46 32 7D 2C 3C 0 33 100 2B 22
Octal 106 62 175 54 74 0 63 400 53 42
Binary 1000110 110010 1111101 101100 111100 0 110011 100000000 101011 100010

Color Harmonies of #46327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46327D

Black with #46327D

Text Example


Text Example

White with #46327D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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