Html Css Color HEX #46337C Windsor

📋 copy color: '#46337C'

red 70 ◦ green 51 ◦ blue 124

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

Shades of Windsor #46337C

Tints of Windsor #46337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 28.57%
G = 20.82%
B = 50.61%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#46337C (or 0x46337C) is known color: Windsor. HEX triplet: 46, 33 and 7C. RGB value is (70,51,124). Sum of RGB (Red+Green+Blue) = 70+51+124=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 124 (48.83% from 255 or 50.61% from 245); Max value from RGB is 124 - color contains mainly: blue. Hex color #46337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46337C is #B9CC83. Grayscale: #404040. Windows color (decimal): -12176516 or 8139590. OLE color: 8139590.

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

Color convert

RGB 70 51 124 -
CMYK 0.44 0.59 0 0.51
HSL 255.62º 0.42% 0.34% -
HSV(B) 255.62º 0.59% 0.49% -
XYZ 7.35 5.12 19.67 -
YUV 65 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 70 51 124 0.44 0.59 0 0.51 255.62 0.42 0.34
Hex 46 33 7C 2C 3B 0 33 100 2A 22
Octal 106 63 174 54 73 0 63 400 52 42
Binary 1000110 110011 1111100 101100 111011 0 110011 100000000 101010 100010

Color Harmonies of #46337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46337C

Black with #46337C

Text Example


Text Example

White with #46337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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